cargo-codspeed: 3.0.1 -> 3.0.2 (#424261)

This commit is contained in:
Matthias Beyer 2025-07-16 18:48:27 +02:00 committed by GitHub
commit 95762c9642
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,17 +11,17 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cargo-codspeed"; pname = "cargo-codspeed";
version = "3.0.1"; version = "3.0.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "CodSpeedHQ"; owner = "CodSpeedHQ";
repo = "codspeed-rust"; repo = "codspeed-rust";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-RlI4kfq9FS6f3o4mp6FF27S7ScK5oa61B+4+1f6XH1U="; hash = "sha256-u/6pQSmm069IVXfk7Jy7zCYiGz8yNRz8z3XrBG/1Td0=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-Fu3A9v8Q6wSG8zmhIjQdWhbL1ygeFjOPY9lbQGnXFI8="; cargoHash = "sha256-OdP01hgJfkxV9htGEoUs/xgbyWDEiyxT3NQLbAlt4K8=";
nativeBuildInputs = [ nativeBuildInputs = [
curl curl