cargo-pgo: 0.2.10 -> 0.3.0

This commit is contained in:
R. Ryantm
2026-01-31 11:57:33 +00:00
parent d0a09f084e
commit 8ce56f2897
+3 -3
View File
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-pgo";
version = "0.2.10";
version = "0.3.0";
src = fetchFromGitHub {
owner = "kobzol";
repo = "cargo-pgo";
rev = "v${version}";
hash = "sha256-kYdEFUifpBlbEcFnDELu8OwvS46eeJQSU/6VyLQD2mk=";
hash = "sha256-+mnpJwgu1zNnFVoA9SS9h0U1FOc3wyWjgFk8AMNNvFA=";
};
cargoHash = "sha256-sY4UUGbTzw5dlALzQ6Iyo3hxB3Qni4infZRexHcle3I=";
cargoHash = "sha256-wYarUvQX6DZCe339i2Xfg2ACnxfn6Sngoawm/uyw9wo=";
# Integration tests do not run in Nix build environment due to needing to
# create and build Cargo workspaces.