unpackerr: 0.14.0 -> 0.14.3

This commit is contained in:
R. Ryantm 2024-08-01 02:04:38 +00:00
parent 46784713e5
commit adf2d06a82

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "unpackerr";
version = "0.14.0";
version = "0.14.3";
src = fetchFromGitHub {
owner = "davidnewhall";
repo = "unpackerr";
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 ];