3
0
Fork 0
forked from mirrors/nixpkgs

browserpass: 1.0.5 -> 1.0.6

This commit is contained in:
Roman Volosatovs 2017-08-11 10:32:17 +02:00
parent 0e5ff82954
commit 83370e5b4c
No known key found for this signature in database
GPG key ID: 3AC661943D80C89E

View file

@ -3,7 +3,7 @@
buildGoPackage rec {
name = "browserpass-${version}";
version = "1.0.5";
version = "1.0.6";
goPackagePath = "github.com/dannyvankooten/browserpass";
@ -11,7 +11,7 @@ buildGoPackage rec {
repo = "browserpass";
owner = "dannyvankooten";
rev = version;
sha256 = "1r9x1asgblay7pry2jpgfisfgb3423x3cqd3g68q8b98zvc9l9lz";
sha256 = "07wkvwb9klzxnlrm9a07kxzj3skpy0lymc9ijr8ykfbz6l0bpbqy";
};
postInstall = ''
@ -31,5 +31,6 @@ buildGoPackage rec {
homepage = https://github.com/dannyvankooten/browserpass;
license = licenses.mit;
platforms = with platforms; linux ++ darwin ++ openbsd;
maintainers = with maintainers; [ rvolosatovs ];
};
}