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

libunarr: 1.1.0 -> 1.1.1
This commit is contained in:
Nick Cao 2023-10-21 10:55:23 -04:00 committed by GitHub
commit 034b5f9026
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ''