Skip to content

Commit

Permalink
blender-bin: 4.2.1 -> 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Sep 26, 2024
1 parent 59a597b commit 4636732
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 @@ -221,10 +221,10 @@

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

0 comments on commit 4636732

Please sign in to comment.