Skip to content

Commit

Permalink
browserpass: 2.0.11 -> 2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
tadfisher committed Mar 19, 2018
1 parent 6f04eec commit 82f2c19
Show file tree
Hide file tree
Showing 2 changed files with 11 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.11";
version = "2.0.13";

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

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

postInstall = ''
Expand Down
9 changes: 9 additions & 0 deletions pkgs/tools/security/browserpass/deps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@
sha256 = "0rwkdw143kphpmingsrw1zp030zf3p08f64h347jpdm4lz8z5449";
};
}
{
goPackagePath = "github.com/sahilm/fuzzy";
fetch = {
type = "git";
url = "https://github.com/sahilm/fuzzy";
rev = "a154b19bb758dcdd6ede58dc11ea53c2950527b2";
sha256 = "0jkw6474d5ik2fq2zznqxj4y3p42z47r7mbg856ln5wyara2sg0l";
};
}
{
goPackagePath = "rsc.io/qr";
fetch = {
Expand Down

0 comments on commit 82f2c19

Please sign in to comment.