Skip to content

Commit

Permalink
Merge pull request #28 from the-furry-hubofeverything/master
Browse files Browse the repository at this point in the history
blender-bin: 3.6.16 -> 3.6.17, 4.2.2 ->4.2.3
  • Loading branch information
edolstra authored Nov 18, 2024
2 parents b00dabc + ef956d8 commit 3e13b35
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions blender/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,10 @@

blender_3_6 = mkBlender {
pname = "blender-bin";
version = "3.6.16";
version = "3.6.17";
src = import <nix/fetchurl.nix> {
url = "https://ftp.nluug.nl/pub/graphics/blender/release/Blender3.6/blender-3.6.16-linux-x64.tar.xz";
hash = "sha256-LR+3hbHazq1EnJw1AvuBJsYGoP8p3qt9hZN2PspC57s=";
url = "https://ftp.nluug.nl/pub/graphics/blender/release/Blender3.6/blender-3.6.17-linux-x64.tar.xz";
hash = "sha256-iLEfOY2V/6lWiOrzDPPWYFOUrdCxXxWb0zAksKPSOec=";
};
};

Expand All @@ -221,10 +221,10 @@

blender_4_2 = mkBlender {
pname = "blender-bin";
version = "4.2.2";
version = "4.2.3";
src = import <nix/fetchurl.nix> {
url = "https://ftp.nluug.nl/pub/graphics/blender/release/Blender4.2/blender-4.2.2-linux-x64.tar.xz";
hash = "sha256-RDxfy7kppUr60znI9EWyYgsAwr4XPWgVjMtPYvgcqdc=";
url = "https://ftp.nluug.nl/pub/graphics/blender/release/Blender4.2/blender-4.2.3-linux-x64.tar.xz";
hash = "sha256-OmTv0ZgkZTlaurQlm0CR1cjFYFTHJn6WM+T3Aqceo/Q=";
};
};
};
Expand Down

0 comments on commit 3e13b35

Please sign in to comment.