Unverified Commit 7355c2aa authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

blender: 4.5.2 -> 4.5.3 (#441510)

parents 25f419c8 e23235f4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -118,12 +118,12 @@ in

stdenv'.mkDerivation (finalAttrs: {
  pname = "blender";
  version = "4.5.2";
  version = "4.5.3";

  src = fetchzip {
    name = "source";
    url = "https://download.blender.org/source/blender-${finalAttrs.version}.tar.xz";
    hash = "sha256-6blXwp3DeWNM5Q6M5gWj4O+K/gFxEOj41lzlc5biEYQ=";
    hash = "sha256-DNVZUZpysCyB/Xt8yB352gO+UK8Cd4aDFGYuUDKyIrs=";
  };

  postPatch =