Skip to content

Commit

Permalink
blender: 4.2.1 -> 4.2.2 (#344451)
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl authored Sep 25, 2024
2 parents 66f1354 + 8b2ec9b commit 2af19cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/misc/blender/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -107,18 +107,18 @@ in

stdenv.mkDerivation (finalAttrs: {
pname = "blender";
version = "4.2.1";
version = "4.2.2";

srcs = [
(fetchzip {
name = "source";
url = "https://download.blender.org/source/blender-${finalAttrs.version}.tar.xz";
hash = "sha256-+Y4JbzeK+30fO8WdEmvjOeQjm094ofsUhRFXs9mkcxI=";
hash = "sha256-wv9EwB4DXSVS5K+lb+7gU3pTrMDO/ELeV2eErivfsWU=";
})
(fetchgit {
name = "assets";
url = "https://projects.blender.org/blender/blender-assets.git";
rev = "6864f1832e71a31e1e04f72bb7a5a1f53f0cd01c";
rev = "v${finalAttrs.version}";
fetchLFS = true;
hash = "sha256-vepK0inPMuleAJBSipwoI99nMBBiFaK/eSMHDetEtjY=";
})
Expand Down

0 comments on commit 2af19cf

Please sign in to comment.