Skip to content

Commit

Permalink
browserpass: 2.0.18 -> 2.0.22
Browse files Browse the repository at this point in the history
(cherry picked from commit 5ea22c4)
  • Loading branch information
fpletz committed Nov 24, 2018
1 parent 96550b3 commit b2030e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/browserpass/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

buildGoPackage rec {
name = "browserpass-${version}";
version = "2.0.18";
version = "2.0.22";

goPackagePath = "github.com/dannyvankooten/browserpass";

Expand All @@ -13,7 +13,7 @@ buildGoPackage rec {
repo = "browserpass";
owner = "dannyvankooten";
rev = version;
sha256 = "0wszjpxfa0krr2zdx7a33vl1r86k74dpy5c940r6ww1zbgqzcibg";
sha256 = "05cacrx08k99c5zra7ksdik9xxn3vih3x6in7536zs5gm55mkbfx";
};

postPatch = ''
Expand Down

0 comments on commit b2030e8

Please sign in to comment.