solo2-cli: 0.1.1 -> 0.2.0

This commit is contained in:
Nahum Shalman 2022-06-30 14:49:10 -04:00
parent 02666ed202
commit d80162d105

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