Skip to content

Commit

Permalink
blender-bin: 4.0.0 -> 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Nov 23, 2023
1 parent c6f086c commit 981a6b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions blender/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,10 @@

blender_4_0 = mkBlender {
pname = "blender-bin";
version = "4.0.0";
version = "4.0.1";
src = import <nix/fetchurl.nix> {
url = https://ftp.nluug.nl/pub/graphics/blender/release/Blender4.0/blender-4.0.0-linux-x64.tar.xz;
hash = "sha256-own1WfnXVuMzwOrpclS1fMJN9l083daScARO6GJsIW0=";
url = https://ftp.nluug.nl/pub/graphics/blender/release/Blender4.0/blender-4.0.1-linux-x64.tar.xz;
hash = "sha256-GyIBY4iZezc5cIGeDQw1Kh92nEbfkZ25XAN5ha8HOII=";
};
};
};
Expand Down

0 comments on commit 981a6b6

Please sign in to comment.