Merge pull request #179737 from nshalman/solo2-0.2.0

solo2-cli: 0.1.1 -> 0.2.0
This commit is contained in:
Luke Granger-Brown 2022-07-01 01:03:03 +01:00 committed by GitHub
commit 95e79164be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];