1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

unpackerr: 0.14.3 -> 0.14.5

This commit is contained in:
R. Ryantm 2024-08-10 15:13:40 +00:00
parent 8987be1fef
commit 8761761830

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "unpackerr";
version = "0.14.3";
version = "0.14.5";
src = fetchFromGitHub {
owner = "davidnewhall";
repo = "unpackerr";
rev = "v${version}";
sha256 = "sha256-QwsrH0Wq5oix1qFqObFadZTCIJr8ny4Umx8cwErcBcM=";
sha256 = "sha256-uQwpdgV6ksouW9JTuiiuQjxBGOE/ypDW769kNJgWrHw=";
};
vendorHash = "sha256-wWIw0gNn5tqRq0udzPy/n2OkiIVESpSotOSn2YlBNS4=";