Unverified Commit 15d523ca authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

cargo-release: v0.25.10 -> v0.25.15 (#374620)

parents 9ee0966a 9203cc6d
Loading
Loading
Loading
Loading
+0 −2898

File deleted.

Preview size limit exceeded, changes collapsed.

+3 −8
Original line number Diff line number Diff line
@@ -13,21 +13,16 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-release";
  version = "0.25.10";
  version = "0.25.15";

  src = fetchFromGitHub {
    owner = "crate-ci";
    repo = "cargo-release";
    tag = "v${version}";
    hash = "sha256-eMPwbcMIjYxM5gJm3HSdwzxN7WYOOtzj/Wf7rwuJfWs=";
    hash = "sha256-8WmmMyocWivWdVRqhG2VkIdvUe5vuFmxJDAqr5SNv8w=";
  };

  cargoLock = {
    lockFile = ./Cargo.lock;
    outputHashes = {
      "cargo-test-macro-0.1.0" = "sha256-5EHfvuwbI14DBkbLWyXepmn9m4Qn2ah2+9J9FHrSOgU=";
    };
  };
  cargoHash = "sha256-XvE8AZjVoJfo1Zi9FYw3atxIGmG2wx0BRElavTeEJ/o=";

  nativeBuildInputs = [
    pkg-config