3
0
Fork 0
forked from mirrors/nixpkgs

browserpass: 2.0.17 -> 2.0.18

This commit is contained in:
Eric Bailey 2018-03-31 00:19:26 -05:00
parent 97aa38c1d9
commit c6ae547c9c
No known key found for this signature in database
GPG key ID: 8E7550EA36C0830C

View file

@ -1,9 +1,9 @@
# This file was generated by https://github.com/kamilchm/go2nix v1.2.0
# This file was generated by https://github.com/kamilchm/go2nix v1.2.1
{ stdenv, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
name = "browserpass-${version}";
version = "2.0.17";
version = "2.0.18";
goPackagePath = "github.com/dannyvankooten/browserpass";
@ -13,7 +13,7 @@ buildGoPackage rec {
repo = "browserpass";
owner = "dannyvankooten";
rev = version;
sha256 = "1gbhpx75bcacj6z5p4av0011c4chhzqcjjs2bvmfxpi7826hn9kn";
sha256 = "0wszjpxfa0krr2zdx7a33vl1r86k74dpy5c940r6ww1zbgqzcibg";
};
postInstall = ''