browserpass: 2.0.11 -> 2.0.13

This commit is contained in:
Tad Fisher 2018-03-19 12:01:08 -07:00
parent 6f04eec460
commit 82f2c19d98
2 changed files with 11 additions and 2 deletions

View File

@ -3,7 +3,7 @@
buildGoPackage rec {
name = "browserpass-${version}";
version = "2.0.11";
version = "2.0.13";
goPackagePath = "github.com/dannyvankooten/browserpass";
@ -13,7 +13,7 @@ buildGoPackage rec {
repo = "browserpass";
owner = "dannyvankooten";
rev = version;
sha256 = "0d6rpkka27a57nv69yiw71jj3m6axdj5hygsz36dznnn8w76vvyv";
sha256 = "0pch0jddphgaaw208ddqjhnkiy5916n0kjxfza1cpc78fa8zw82l";
};
postInstall = ''

View File

@ -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 = {