about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorLuke Granger-Brown <git@lukegb.com>2022-07-01 01:03:03 +0100
committerGitHub <noreply@github.com>2022-07-01 01:03:03 +0100
commit95e79164be1f7d883ed9ffda8b7d4ad3a17e6c1e (patch)
treeced7e6be049638ef71141b6f80b5b7e8704937cf /pkgs/tools
parente47f1d2527f6109ea74940f01fcfe168a00bc5f7 (diff)
parentd80162d105e3665b1e2acb205a2acddad4135df1 (diff)
Merge pull request #179737 from nshalman/solo2-0.2.0
solo2-cli: 0.1.1 -> 0.2.0
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/solo2-cli/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/solo2-cli/default.nix b/pkgs/tools/security/solo2-cli/default.nix
index 89d26540d38bb..18a9e256ddbe7 100644
--- a/pkgs/tools/security/solo2-cli/default.nix
+++ b/pkgs/tools/security/solo2-cli/default.nix
@@ -14,16 +14,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "solo2-cli";
-  version = "0.1.1";
+  version = "0.2.0";
 
   src = fetchFromGitHub {
     owner = "solokeys";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-3GIK0boxGD4Xa5OskP1535zCQyhMQ/oXbgThRivJzww=";
+    sha256 = "sha256-CRufj4SAkM0Qdffq45dp41TUqnnWep4zCB0XrEjdoG8=";
   };
 
-  cargoSha256 = "sha256-MYxVegXUVeZ4AzDz+Si5TtTjUDEPTO0Nh008rgLtsLw=";
+  cargoSha256 = "sha256-Q6/Vi5TB0H3OQ4np/DYIpTOsTPTSDjHonFI24LJ5gWE=";
 
   nativeBuildInputs = [ installShellFiles pkg-config ];