Merge pull request #282154 from r-ryantm/auto-update/unpackerr

unpackerr: 0.12.0 -> 0.13.1
This commit is contained in:
Nikolay Korotkiy
2024-01-27 19:50:47 +04:00
committed by GitHub
+3 -3
View File
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "unpackerr";
version = "0.12.0";
version = "0.13.1";
src = fetchFromGitHub {
owner = "davidnewhall";
repo = "unpackerr";
rev = "v${version}";
sha256 = "sha256-yMmn733j6k9r8I/lvVOZNL6o35eSPJZ5G8jw9xaJZRg=";
sha256 = "sha256-K6ZDRDtxeqtjToElix1qVgclHaEeOY0W6hOwehFNIgo=";
};
vendorHash = "sha256-1VMeRB34JS9EwyGhPxFsRIgKaY6NyIMsa132PQKoPYY=";
vendorHash = "sha256-1OSZzs/hUvauRIE5lzlXPIS2EkHm4aNK1iddjKCb6zA=";
buildInputs = lib.optionals stdenv.isDarwin [ Cocoa WebKit ];