Unverified Commit 1f0c0201 authored by VuiMuich's avatar VuiMuich Committed by GitHub
Browse files

blender: 4.4.0 -> 4.4.1 (#399292)

parent 2dd09f18
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -112,12 +112,12 @@ in

stdenv'.mkDerivation (finalAttrs: {
  pname = "blender";
  version = "4.4.0";
  version = "4.4.1";

  srcs = fetchzip {
    name = "source";
    url = "https://download.blender.org/source/blender-${finalAttrs.version}.tar.xz";
    hash = "sha256-pAzOayAPyRYgTixAyg2prkUtI70uFulRuBYhgU9ZNw4=";
    hash = "sha256-5MsJ7UFpwwtaq905CiTkas/qPYOaeiacSSl3qu9h5w0=";
  };

  patches = [ ] ++ lib.optional stdenv.hostPlatform.isDarwin ./darwin.patch;