forked from mirrors/nixpkgs
browserpass: 1.0.6 -> 2.0.7
This commit is contained in:
parent
b50693d16c
commit
91de9958c0
|
@ -3,15 +3,17 @@
|
|||
|
||||
buildGoPackage rec {
|
||||
name = "browserpass-${version}";
|
||||
version = "1.0.6";
|
||||
version = "2.0.7";
|
||||
|
||||
goPackagePath = "github.com/dannyvankooten/browserpass";
|
||||
|
||||
goDeps = ./deps.nix;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
repo = "browserpass";
|
||||
owner = "dannyvankooten";
|
||||
rev = version;
|
||||
sha256 = "07wkvwb9klzxnlrm9a07kxzj3skpy0lymc9ijr8ykfbz6l0bpbqy";
|
||||
sha256 = "1dbp5za5qh6xmgh3w2cx5fbw13mh1szgj2y7ilmq0jh2ik09fbnd";
|
||||
};
|
||||
|
||||
postInstall = ''
|
||||
|
|
30
pkgs/tools/security/browserpass/deps.nix
Normal file
30
pkgs/tools/security/browserpass/deps.nix
Normal file
|
@ -0,0 +1,30 @@
|
|||
# This file was generated by https://github.com/kamilchm/go2nix v1.2.1
|
||||
[
|
||||
{
|
||||
goPackagePath = "github.com/gokyle/twofactor";
|
||||
fetch = {
|
||||
type = "git";
|
||||
url = "https://github.com/gokyle/twofactor";
|
||||
rev = "eaad1884d40f9cabff98a57a524c17afd00c9fe7";
|
||||
sha256 = "07kvga6f2b56kpy52a3xk16garvlqz950s350dax97x7cayba95g";
|
||||
};
|
||||
}
|
||||
{
|
||||
goPackagePath = "github.com/mattn/go-zglob";
|
||||
fetch = {
|
||||
type = "git";
|
||||
url = "https://github.com/mattn/go-zglob";
|
||||
rev = "4b74c24375b3b1ee226867156e01996f4e19a8d6";
|
||||
sha256 = "1qc502an4q3wgvrd9zw6zprgm28d90d2f98bdamdf4js03jj22xn";
|
||||
};
|
||||
}
|
||||
{
|
||||
goPackagePath = "rsc.io/qr";
|
||||
fetch = {
|
||||
type = "git";
|
||||
url = "https://github.com/rsc/qr";
|
||||
rev = "48b2ede4844e13f1a2b7ce4d2529c9af7e359fc5";
|
||||
sha256 = "1npxy32glnkvsp0871972jzjzgkwaqmbv6jsj9wgqsa1s2jr004p";
|
||||
};
|
||||
}
|
||||
]
|
Loading…
Reference in a new issue