Merge pull request #38180 from yurrriq/update/pkgs/tools/security/browserpass
browserpass: 2.0.17 -> 2.0.18
This commit is contained in:
commit
fbac1cbc06
1 changed files with 3 additions and 3 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue