browserpass: 2.0.18 -> 2.0.22

This commit is contained in:
Franz Pletz 2018-11-23 22:13:59 +01:00
parent 6d9a35a6de
commit 5ea22c49f1
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
buildGoPackage rec { buildGoPackage rec {
name = "browserpass-${version}"; name = "browserpass-${version}";
version = "2.0.18"; version = "2.0.22";
goPackagePath = "github.com/dannyvankooten/browserpass"; goPackagePath = "github.com/dannyvankooten/browserpass";
@ -13,7 +13,7 @@ buildGoPackage rec {
repo = "browserpass"; repo = "browserpass";
owner = "dannyvankooten"; owner = "dannyvankooten";
rev = version; rev = version;
sha256 = "0wszjpxfa0krr2zdx7a33vl1r86k74dpy5c940r6ww1zbgqzcibg"; sha256 = "05cacrx08k99c5zra7ksdik9xxn3vih3x6in7536zs5gm55mkbfx";
}; };
postPatch = '' postPatch = ''