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 }:
|
{ stdenv, buildGoPackage, fetchFromGitHub }:
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "browserpass-${version}";
|
name = "browserpass-${version}";
|
||||||
version = "2.0.17";
|
version = "2.0.18";
|
||||||
|
|
||||||
goPackagePath = "github.com/dannyvankooten/browserpass";
|
goPackagePath = "github.com/dannyvankooten/browserpass";
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ buildGoPackage rec {
|
||||||
repo = "browserpass";
|
repo = "browserpass";
|
||||||
owner = "dannyvankooten";
|
owner = "dannyvankooten";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1gbhpx75bcacj6z5p4av0011c4chhzqcjjs2bvmfxpi7826hn9kn";
|
sha256 = "0wszjpxfa0krr2zdx7a33vl1r86k74dpy5c940r6ww1zbgqzcibg";
|
||||||
};
|
};
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
|
Loading…
Reference in a new issue