mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
parent
7ad359bc58
commit
9bdd1be427
@ -108,13 +108,13 @@ in
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "blender";
|
pname = "blender";
|
||||||
version = "4.2.2";
|
version = "4.2.3";
|
||||||
|
|
||||||
srcs = [
|
srcs = [
|
||||||
(fetchzip {
|
(fetchzip {
|
||||||
name = "source";
|
name = "source";
|
||||||
url = "https://download.blender.org/source/blender-${finalAttrs.version}.tar.xz";
|
url = "https://download.blender.org/source/blender-${finalAttrs.version}.tar.xz";
|
||||||
hash = "sha256-wv9EwB4DXSVS5K+lb+7gU3pTrMDO/ELeV2eErivfsWU=";
|
hash = "sha256-58wgduTHGfuYohaPjNuAnLFrpXOosEYOk5gJvbxTlQk=";
|
||||||
})
|
})
|
||||||
(fetchgit {
|
(fetchgit {
|
||||||
name = "assets";
|
name = "assets";
|
||||||
|
Loading…
Reference in New Issue
Block a user