mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
unpackerr: 0.14.0 -> 0.14.3
This commit is contained in:
parent
46784713e5
commit
adf2d06a82
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "unpackerr";
|
pname = "unpackerr";
|
||||||
version = "0.14.0";
|
version = "0.14.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "davidnewhall";
|
owner = "davidnewhall";
|
||||||
repo = "unpackerr";
|
repo = "unpackerr";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-boDDxQVEUnPOt+ido8J1MvkVUrZRusdSORY0/mPfjDw=";
|
sha256 = "sha256-QwsrH0Wq5oix1qFqObFadZTCIJr8ny4Umx8cwErcBcM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-rxoAHcVxjKII945FQ4/HD3UjtZTwmlFx8zJx0Rfumu4=";
|
vendorHash = "sha256-wWIw0gNn5tqRq0udzPy/n2OkiIVESpSotOSn2YlBNS4=";
|
||||||
|
|
||||||
buildInputs = lib.optionals stdenv.isDarwin [ Cocoa WebKit ];
|
buildInputs = lib.optionals stdenv.isDarwin [ Cocoa WebKit ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user