Skip to content

Commit

Permalink
gopass: 1.14.7 -> 1.14.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kilianar committed Sep 28, 2022
1 parent 46e8398 commit c94e8a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/security/gopass/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@

buildGoModule rec {
pname = "gopass";
version = "1.14.7";
version = "1.14.8";

nativeBuildInputs = [ installShellFiles makeWrapper ];

src = fetchFromGitHub {
owner = "gopasspw";
repo = pname;
rev = "v${version}";
hash = "sha256-MPKEz+tX07Vi59co8qUEnDmm02WoNdqIEyzkH06He2U=";
hash = "sha256-i8hnMRwFrJOS8eNKgNMzyh7XsbEyMLTQeJJxZAMcV+A=";
};

vendorHash = "sha256-qL97uRDvrDEgNsAMfdrs4EKsQPvypZqYbLrV27wXsyM=";
vendorHash = "sha256-IJj9md86MHPa32QHEMEsBRpv0L8xs6oDOT/tCs4ZpFk=";

subPackages = [ "." ];

Expand Down

0 comments on commit c94e8a2

Please sign in to comment.