Unverified Commit 3082c71e authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

cargo-release: 0.25.16 -> 0.25.17 (#382240)

parents c5b615db 4be1432d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,17 +13,17 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-release";
  version = "0.25.16";
  version = "0.25.17";

  src = fetchFromGitHub {
    owner = "crate-ci";
    repo = "cargo-release";
    tag = "v${version}";
    hash = "sha256-5crd28XBm6M/hOKzkQG2jaw017dQI5AReg5XnUYdXXc=";
    hash = "sha256-SFuEcku6NZlOqLVYrlCJB+ofa8WaL9HJzJcZ42uJ434=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-pFSsOSTTpjEl3Od9c05qY26SsXEtfi9HS3E87wVr5y8=";
  cargoHash = "sha256-663u8pUnMlUE/6+1WitbLJlJjtLKohns4FM5Iup/WzU=";

  nativeBuildInputs = [
    pkg-config