Skip to content

Commit

Permalink
Merge pull request #27 from ilya-epifanov/master
Browse files Browse the repository at this point in the history
update blender 3.6.14->3.6.16, 4.2.1->4.2.2
  • Loading branch information
edolstra authored Oct 2, 2024
2 parents 4636732 + 1fe6164 commit b00dabc
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 @@ -194,10 +194,10 @@

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

Expand Down

0 comments on commit b00dabc

Please sign in to comment.