Unverified Commit c9694cda authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

cargo-shear: 1.2.6 -> 1.2.7 (#408227)



Co-authored-by: default avataruncenter <uncenter@uncenter.dev>
parents 648a999c ea082d79
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
  cargo-shear,
}:
let
  version = "1.2.6";
  version = "1.2.7";
in
rustPlatform.buildRustPackage {
  pname = "cargo-shear";
@@ -16,11 +16,11 @@ rustPlatform.buildRustPackage {
    owner = "Boshen";
    repo = "cargo-shear";
    rev = "v${version}";
    hash = "sha256-BLBC4L3GropYXANTKXwOYwp1my6p0L0fZ4YN9aF4HaA=";
    hash = "sha256-IOTlDLHSFH93tgCaF8ZOboIRkGImcT+oDfbmKKjNDlM=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-Fd1Rw2LeONIJCrvyNKBpTquUKAMLPcaAcWI7N8Ii6Bs=";
  cargoHash = "sha256-6Pu7qFOT9fPjtgjNqZ4mF37xNLuCIl1U3a23vGpRs4k=";

  # https://github.com/Boshen/cargo-shear/blob/a0535415a3ea94c86642f39f343f91af5cdc3829/src/lib.rs#L20-L23
  SHEAR_VERSION = version;