forked from mirrors/nixpkgs
browserpass: 1.0.5 -> 1.0.6
This commit is contained in:
parent
0e5ff82954
commit
83370e5b4c
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "browserpass-${version}";
|
name = "browserpass-${version}";
|
||||||
version = "1.0.5";
|
version = "1.0.6";
|
||||||
|
|
||||||
goPackagePath = "github.com/dannyvankooten/browserpass";
|
goPackagePath = "github.com/dannyvankooten/browserpass";
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ buildGoPackage rec {
|
||||||
repo = "browserpass";
|
repo = "browserpass";
|
||||||
owner = "dannyvankooten";
|
owner = "dannyvankooten";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1r9x1asgblay7pry2jpgfisfgb3423x3cqd3g68q8b98zvc9l9lz";
|
sha256 = "07wkvwb9klzxnlrm9a07kxzj3skpy0lymc9ijr8ykfbz6l0bpbqy";
|
||||||
};
|
};
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
@ -31,5 +31,6 @@ buildGoPackage rec {
|
||||||
homepage = https://github.com/dannyvankooten/browserpass;
|
homepage = https://github.com/dannyvankooten/browserpass;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = with platforms; linux ++ darwin ++ openbsd;
|
platforms = with platforms; linux ++ darwin ++ openbsd;
|
||||||
|
maintainers = with maintainers; [ rvolosatovs ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue