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
+2 -2
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 = ''