We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b317290 + cefa27d commit 0b48bc1Copy full SHA for 0b48bc1
pkgs/tools/security/gopass/default.nix
@@ -13,18 +13,18 @@
13
14
buildGoModule rec {
15
pname = "gopass";
16
- version = "1.12.2";
+ version = "1.12.4";
17
18
nativeBuildInputs = [ installShellFiles makeWrapper ];
19
20
src = fetchFromGitHub {
21
owner = "gopasspw";
22
repo = pname;
23
rev = "v${version}";
24
- sha256 = "14ylvb7crx32h7inklvvxjc72jz9xq3dhzr5905i76kgx57h64w9";
+ sha256 = "1cwmka6shyycp9gq5js1hnbamdhqzpmzraxdaniz1cdqhxcvdkcb";
25
};
26
27
- vendorSha256 = "0gjzghrykdw1vp873yi7k8piz3gshzndm12jm6dxgl0ph4335a54";
+ vendorSha256 = "1qnxdrqpav6ky6gs9w63l0hbhakh23rrc9197br1nmbg0slb8vcj";
28
29
subPackages = [ "." ];
30
0 commit comments