Skip to content

Commit 0b48bc1

Browse files
authored
Merge pull request NixOS#117063 from marsam/update-gopass
gopass: 1.12.2 -> 1.12.4
2 parents b317290 + cefa27d commit 0b48bc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/security/gopass/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@
1313

1414
buildGoModule rec {
1515
pname = "gopass";
16-
version = "1.12.2";
16+
version = "1.12.4";
1717

1818
nativeBuildInputs = [ installShellFiles makeWrapper ];
1919

2020
src = fetchFromGitHub {
2121
owner = "gopasspw";
2222
repo = pname;
2323
rev = "v${version}";
24-
sha256 = "14ylvb7crx32h7inklvvxjc72jz9xq3dhzr5905i76kgx57h64w9";
24+
sha256 = "1cwmka6shyycp9gq5js1hnbamdhqzpmzraxdaniz1cdqhxcvdkcb";
2525
};
2626

27-
vendorSha256 = "0gjzghrykdw1vp873yi7k8piz3gshzndm12jm6dxgl0ph4335a54";
27+
vendorSha256 = "1qnxdrqpav6ky6gs9w63l0hbhakh23rrc9197br1nmbg0slb8vcj";
2828

2929
subPackages = [ "." ];
3030

0 commit comments

Comments
 (0)