mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
gopass: 1.15.11 -> 1.15.12
Diff: https://github.com/gopasspw/gopass/compare/v1.15.11...v1.15.12 Changelog: https://github.com/gopasspw/gopass/blob/v1.15.12/CHANGELOG.md
This commit is contained in:
parent
6c8df66dde
commit
a83164315e
@ -13,7 +13,7 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "gopass";
|
||||
version = "1.15.11";
|
||||
version = "1.15.12";
|
||||
|
||||
nativeBuildInputs = [ installShellFiles makeWrapper ];
|
||||
|
||||
@ -21,10 +21,10 @@ buildGoModule rec {
|
||||
owner = "gopasspw";
|
||||
repo = "gopass";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-wgrZkRRMEWA9Lk9eW+iGi+dZNYfDVhRu1phimZC079c=";
|
||||
hash = "sha256-sg3I/h0mkkWmK4GD1yoX14gM2oqwRjMXpX3KULHFJsg=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-TvohrwSFVv5ylVRd6jPdRDyRRhqqWa0xey9KN9vtyY8=";
|
||||
vendorHash = "sha256-jbwtxOfBL/5aXdWcsXZ5HQi83Oy00SSnLcvuWeCPBug=";
|
||||
|
||||
subPackages = [ "." ];
|
||||
|
||||
|
@ -4026,7 +4026,9 @@ with pkgs;
|
||||
|
||||
go-audit = callPackage ../tools/system/go-audit { };
|
||||
|
||||
gopass = callPackage ../tools/security/gopass { };
|
||||
gopass = callPackage ../tools/security/gopass {
|
||||
buildGoModule = buildGo122Module;
|
||||
};
|
||||
|
||||
gopass-hibp = callPackage ../tools/security/gopass/hibp.nix { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user