blender: 3.6.4 -> 3.6.5 (#262198)

This commit is contained in:
Hubble the Wolverine 2023-10-20 11:38:46 -07:00 committed by GitHub
parent 872fe27639
commit a0961ec2b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,11 +31,11 @@ let
in
stdenv.mkDerivation (finalAttrs: rec {
pname = "blender";
version = "3.6.4";
version = "3.6.5";
src = fetchurl {
url = "https://download.blender.org/source/${pname}-${version}.tar.xz";
hash = "sha256-zFL0GRWAtNC3C+SAspWZmGa8US92EiYQgVfiOsCJRx4=";
hash = "sha256-QAHA/pn22HLsfH6VX4Sp7r25raFxAPS1Gergjez38kM=";
};
patches = [