cargo-pgo: 0.2.10 -> 0.3.0 (#485607)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-01 05:12:09 +00:00
committed by GitHub
+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.