blender: 3.6.4 -> 3.6.5 (#262198)

This commit is contained in:
Hubble the Wolverine
2023-10-20 14:38:46 -04:00
committed by GitHub
parent 872fe27639
commit a0961ec2b7
+2 -2
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 = [