Skip to content

Commit

Permalink
blender-bin: 4.2.0 -> 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Aug 22, 2024
1 parent 69336c2 commit 9062c70
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.0";
version = "4.2.1";
src = import <nix/fetchurl.nix> {
url = https://ftp.nluug.nl/pub/graphics/blender/release/Blender4.2/blender-4.2.0-linux-x64.tar.xz;
hash = "sha256-T0/XZGrwH2/unUIECDGDgablJXEmjrfPnNUDO9nno1k=";
url = https://ftp.nluug.nl/pub/graphics/blender/release/Blender4.2/blender-4.2.1-linux-x64.tar.xz;
hash = "sha256-vg+6oMHlLUVSAjIgtMZzUe+7cHysSbs4H8vuIYJEcAU=";
};
};
};
Expand Down

0 comments on commit 9062c70

Please sign in to comment.