cargo-codspeed: 2.3.3 -> 2.4.0

This commit is contained in:
R. Ryantm 2024-03-04 22:54:53 +00:00
parent e4e6b7e542
commit 03d521141a

View File

@ -12,16 +12,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cargo-codspeed"; pname = "cargo-codspeed";
version = "2.3.3"; version = "2.4.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "CodSpeedHQ"; owner = "CodSpeedHQ";
repo = "codspeed-rust"; repo = "codspeed-rust";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-8wbJFvAXicchxI8FTthCiuYCZ2WA4nMUJTUD4WKG5FI="; hash = "sha256-pi02Bn5m4JoTtCIZvxkiUVKkjmtCShKqZw+AyhaVdyY=";
}; };
cargoHash = "sha256-HkFROhjx4bh9QMUlCT1xj3s7aUQxn0ef3FCXoEsYCnY="; cargoHash = "sha256-5Ps31Hdis+N/MT/o0IDHSJgHBM3F/ve50ovfFSviMtA=";
nativeBuildInputs = [ nativeBuildInputs = [
curl curl