Commit 38a8ee37 authored by R. RyanTM's avatar R. RyanTM
Browse files

cargo-shear: 1.1.9 -> 1.1.11

parent 4f4026f3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
  cargo-shear,
}:
let
  version = "1.1.9";
  version = "1.1.11";
in
rustPlatform.buildRustPackage {
  pname = "cargo-shear";
@@ -16,11 +16,11 @@ rustPlatform.buildRustPackage {
    owner = "Boshen";
    repo = "cargo-shear";
    rev = "v${version}";
    hash = "sha256-+FScGNBLEHO12i4szKqIU+8eYQHz3m16FeoYIuT5XDo=";
    hash = "sha256-2M0C4BCDWxcLz3X1exBjGqv5Ep/XKkGEuR5fBvusShU=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-6qHUbfx3ej8Srp/BivuLXjQKZcCN1mNOi+aVa0Q7wtY=";
  cargoHash = "sha256-ADbB5KvT0TlHAffFZiJpJDmEzwogfQi1SuA9UKL2H/U=";

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