mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
keycard-cli: 0.4.0 -> 0.6.0 (#110484)
This commit is contained in:
parent
04095230e0
commit
145ec470bd
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
buildGoPackage rec {
|
||||
pname = "keycard-cli";
|
||||
version = "0.4.0";
|
||||
version = "0.6.0";
|
||||
|
||||
goPackagePath = "github.com/status-im/keycard-cli";
|
||||
subPackages = [ "." ];
|
||||
|
@ -14,7 +14,7 @@ buildGoPackage rec {
|
|||
owner = "status-im";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "0917vl5lw8wgvyn5l8q6xa8bqh342fibaa38syr8hmz8b09qkh38";
|
||||
sha256 = "sha256-ejFvduZs3eWc6efr9o4pXb6qw2QWWQTtkTxF80vOGNU=";
|
||||
};
|
||||
|
||||
buildFlagsArray = [
|
||||
|
|
Loading…
Reference in a new issue