Merge pull request #142673 from figsoda/update-keyscope

keyscope: 1.0.1 -> 1.1.0
This commit is contained in:
figsoda 2021-10-23 13:23:06 -04:00 committed by GitHub
commit 050d88511e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,16 +9,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "keyscope"; pname = "keyscope";
version = "1.0.1"; version = "1.1.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "spectralops"; owner = "spectralops";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0dv559a5al7p8r3l90sky4fx4qsxwxlm0ani8qn75pxb70z22qj5"; sha256 = "sha256-4ZKIukxeadzGpq2lwxbyyIKqWgbZpdHPRAT+LsyWjzk=";
}; };
cargoSha256 = "sha256-+6O1EY67MVxWrco7a0QTF7Ls1w9YWwNYjiaEe9ckCkg="; cargoSha256 = "sha256-aq7xUma8QDRnu74R7JSuZjrXCco7L9JrNmAZiGtTyts=";
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];