Unverified Commit 034b5f90 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #262529 from r-ryantm/auto-update/libunarr

libunarr: 1.1.0 -> 1.1.1
parents f0476e12 f25029b7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@

stdenv.mkDerivation rec {
  pname = "libunarr";
  version = "1.1.0";
  version = "1.1.1";

  src = fetchurl {
    url = "https://github.com/selmf/unarr/releases/download/v${version}/unarr-${version}.tar.xz";
    hash = "sha256-5wCnhjoj+GTmaeDTCrUnm1Wt9SsWAbQcPSYM//FNeOA=";
    hash = "sha256-Mo76BOqZbdOJFrEkeozxdqwpuFyvkhdONNMZmN5BdNI=";
  };

  postPatch = lib.optionalString stdenv.isDarwin ''