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

cargo-shear: 1.1.11 -> 1.1.12 (#396180)



Co-authored-by: default avataruncenter <uncenter@uncenter.dev>
parents ae62c942 404aaf20
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
  cargo-shear,
}:
let
  version = "1.1.11";
  version = "1.1.12";
in
rustPlatform.buildRustPackage {
  pname = "cargo-shear";
@@ -16,11 +16,11 @@ rustPlatform.buildRustPackage {
    owner = "Boshen";
    repo = "cargo-shear";
    rev = "v${version}";
    hash = "sha256-2M0C4BCDWxcLz3X1exBjGqv5Ep/XKkGEuR5fBvusShU=";
    hash = "sha256-FvZJ0RFa5b9BQuZ1fmkvJhZj59yAsKSkKoTE0Emzdos=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-ADbB5KvT0TlHAffFZiJpJDmEzwogfQi1SuA9UKL2H/U=";
  cargoHash = "sha256-sYRUyTdTT2+VJHuiY1apom+EQU1hR46fJ6TmwNapHb4=";

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