Skip to content

Commit

Permalink
Merge pull request #29 from the-furry-hubofeverything/master
Browse files Browse the repository at this point in the history
blender-bin: 4.3.0 -> 4.3.1, nix flake bump
  • Loading branch information
edolstra authored Dec 16, 2024
2 parents 35b4a56 + c11bed9 commit 52bf9fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions blender/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions blender/flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
description = "A free and open source 3D creation suite (upstream binaries)";

inputs.nixpkgs.url = "nixpkgs/nixos-24.05";
inputs.nixpkgs.url = "nixpkgs/nixos-24.11";

outputs = { self, nixpkgs }:

Expand Down Expand Up @@ -230,10 +230,10 @@

blender_4_3 = mkBlender {
pname = "blender-bin";
version = "4.3.0";
version = "4.3.1";
src = import <nix/fetchurl.nix> {
url = "https://ftp.nluug.nl/pub/graphics/blender/release/Blender4.3/blender-4.3.0-linux-x64.tar.xz";
hash = "sha256-YmT/TPULr2vmCRoo08Kc8l3DjY2qMIKHTOlNUg0+arY=";
url = "https://ftp.nluug.nl/pub/graphics/blender/release/Blender4.3/blender-4.3.1-linux-x64.tar.xz";
hash = "sha256-+CQyTzriIj3GcsnOoBQQVbUSmjlBGVRe4MhN6pLng2E=";
};
};
};
Expand Down

0 comments on commit 52bf9fa

Please sign in to comment.