Skip to content

Commit

Permalink
cargo-edit: 0.11.1 -> 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed Sep 22, 2022
1 parent edcea81 commit ab17e4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/cargo-edit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];

Expand Down

0 comments on commit ab17e4e

Please sign in to comment.