Skip to content

Commit

Permalink
solo2-cli: 0.2.0 -> 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 13, 2022
1 parent d99e0c6 commit a5242b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/security/solo2-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@

rustPlatform.buildRustPackage rec {
pname = "solo2-cli";
version = "0.2.0";
version = "0.2.1";

src = fetchFromGitHub {
owner = "solokeys";
repo = pname;
rev = "v${version}";
sha256 = "sha256-CRufj4SAkM0Qdffq45dp41TUqnnWep4zCB0XrEjdoG8=";
sha256 = "sha256-+n+tc3BDHr93yc2TzvI1Xqpcl8fM+bF/KZdv0rWfIZ8=";
};

cargoSha256 = "sha256-Q6/Vi5TB0H3OQ4np/DYIpTOsTPTSDjHonFI24LJ5gWE=";
cargoSha256 = "sha256-2bBo5HXLYQj+R47exPyMbx/RIrykDHjRkLRNMjVAzEI=";

nativeBuildInputs = [ installShellFiles pkg-config ];

Expand Down

0 comments on commit a5242b0

Please sign in to comment.