Unverified Commit e9719adb authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

cargo-semver-checks: 0.41.0 -> 0.42.0 (#426007)

parents 99461869 9edb9c11
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,17 +11,17 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-semver-checks";
  version = "0.41.0";
  version = "0.42.0";

  src = fetchFromGitHub {
    owner = "obi1kenobi";
    repo = "cargo-semver-checks";
    tag = "v${version}";
    hash = "sha256-84tRzqJqvm+ermtWMCkOIUmNeH/RLf8IUTIsEVPbGQk=";
    hash = "sha256-NPxb2fS5EuymUP0h0HGZ++goOeGwATlpQeRzAPbnF94=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-8VtSQZHR8L6nijcN71ey9nW5nrAsPK6qyqJSWQDz8uw=";
  cargoHash = "sha256-ACTrtJ/iwCFZf8kH2Sdxx1B8ZKDIiu6elAGJOYbxqs0=";

  nativeBuildInputs = [
    cmake