3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #192452 from figsoda/update-cargo-edit

cargo-edit: 0.11.1 -> 0.11.2
This commit is contained in:
Christian Kögler 2022-09-22 22:02:29 +02:00 committed by GitHub
commit 976b1469e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-edit";
version = "0.11.1";
version = "0.11.2";
src = fetchFromGitHub {
owner = "killercup";
repo = pname;
rev = "v${version}";
hash = "sha256-TqRz1Og5wsKsiIESmplnTsGLRboEQ20cViWgXfwEHGQ=";
hash = "sha256-pFQJ2ktn3sMO6DOWlBBe1pJOPytqgqX/EvjGZLnypdY=";
};
cargoSha256 = "sha256-4DVek/R7VABzSJ8vEb6f3Tgf1vVLIKAWj80Il5gWu2g=";
cargoSha256 = "sha256-uTbMiMlCq7qImM5yz1ij0dokJgIMECzdBWst8fwdaoM=";
nativeBuildInputs = [ pkg-config ];