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

unpackerr: 0.10.0 -> 0.10.1
This commit is contained in:
Jörg Thalheim
2022-07-31 14:10:34 +01:00
committed by GitHub
+3 -3
View File
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "unpackerr";
version = "0.10.0";
version = "0.10.1";
src = fetchFromGitHub {
owner = "davidnewhall";
repo = "unpackerr";
rev = "v${version}";
sha256 = "sha256-o+dE3SX+Q+nhxUO4biEluLEeQhsZgzjXdWTdQcw/H2o=";
sha256 = "sha256-GcuVFLqMDZo4fm/WspEMyoaYKu7g+HMXXrsvRYS+cAs=";
};
vendorSha256 = "sha256-vo5Saq0QEEKi3/0ZXuQDtlMmEIPwshYHHr8h24cD0sI=";
vendorSha256 = "sha256-xoIqhkPOwlBzgaqejU3efK77EcjgvgLKCUZq1bmyokU=";
buildInputs = lib.optionals stdenv.isDarwin [ Cocoa WebKit ];