Skip to content

Commit

Permalink
Merge pull request #38180 from yurrriq/update/pkgs/tools/security/bro…
Browse files Browse the repository at this point in the history
…wserpass

browserpass: 2.0.17 -> 2.0.18
  • Loading branch information
adisbladis authored Mar 31, 2018
2 parents 5a7e673 + c6ae547 commit fbac1cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/security/browserpass/default.nix
Original file line number Diff line number Diff line change
@@ -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";

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

postInstall = ''
Expand Down

0 comments on commit fbac1cb

Please sign in to comment.