Skip to content

Commit

Permalink
Merge pull request edolstra#17 from the-furry-hubofeverything/master
Browse files Browse the repository at this point in the history
blender-bin: 3.6.5 -> 3.6.7, 3.3.12 -> 3.3.14
  • Loading branch information
edolstra authored Dec 18, 2023
2 parents 981a6b6 + ff66de7 commit d353081
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 @@ -167,10 +167,10 @@

blender_3_3 = mkBlender {
pname = "blender-bin";
version = "3.3.12";
version = "3.3.14";
src = import <nix/fetchurl.nix> {
url = https://ftp.nluug.nl/pub/graphics/blender/release/Blender3.3/blender-3.3.12-linux-x64.tar.xz;
hash = "sha256-MbRmvkFS8J93DSxyil6S0WBrGMzHAY2rkqsFzaGcpFc=";
url = https://ftp.nluug.nl/pub/graphics/blender/release/Blender3.3/blender-3.3.14-linux-x64.tar.xz;
hash = "sha256-4iKRkKuLpo45U49M4i35AepwlNEcJxPn36OgdunwGc4=";
};
};

Expand All @@ -194,10 +194,10 @@

blender_3_6 = mkBlender {
pname = "blender-bin";
version = "3.6.5";
version = "3.6.7";
src = import <nix/fetchurl.nix> {
url = https://ftp.nluug.nl/pub/graphics/blender/release/Blender3.6/blender-3.6.5-linux-x64.tar.xz;
hash = "sha256-BbLlYkmpK4Vsi3tNd8ZeJFcCqqgdm080c07Am7zt9Cs=";
url = https://ftp.nluug.nl/pub/graphics/blender/release/Blender3.6/blender-3.6.7-linux-x64.tar.xz;
hash = "sha256-xXWHvd/JB+nMVful2vUbYFPRF/8GUtybCkUEcRRYI44=";
};
};

Expand Down

0 comments on commit d353081

Please sign in to comment.