Commit 72a85b5e authored by Benjamin Sparks's avatar Benjamin Sparks
Browse files

cargo-binstall: 1.15.7 -> 1.15.9

Changelog: https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.15.9
Updating to 1.15.9 fixes CVE-2025-62518
parent c3be7650
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -10,16 +10,16 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-binstall";
  version = "1.15.7";
  version = "1.15.9";

  src = fetchFromGitHub {
    owner = "cargo-bins";
    repo = "cargo-binstall";
    rev = "v${version}";
    hash = "sha256-EQhEI4MqYNwjqb8awROTLfxjGsoPKeT7VHt642uSgCc=";
    tag = "v${version}";
    hash = "sha256-v/tilaoDLZDV0VbMTT/DfqSNO4Ezyu3AWGzMftMubqc=";
  };

  cargoHash = "sha256-a9X8L4AZWhlcQ5lVo0I1GL2wpCjOClNuZLy+GwHJDcA=";
  cargoHash = "sha256-itYqZi1tSWVwqGfNFSBh4/+PoLrQZQTnla4lOCjoX8Q=";

  nativeBuildInputs = [
    pkg-config