Skip to content

Commit

Permalink
cargo-pgo: 0.2.8 -> 0.2.9 (NixOS#377657)
Browse files Browse the repository at this point in the history
Co-authored-by: DanNixon <[email protected]>
  • Loading branch information
nixpkgs-merge-bot[bot] and DanNixon authored Jan 29, 2025
2 parents d20931e + 1311cd1 commit 2b563fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ca/cargo-pgo/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-pgo";
version = "0.2.8";
version = "0.2.9";

src = fetchFromGitHub {
owner = "kobzol";
repo = pname;
rev = "v${version}";
hash = "sha256-yt9QAgpu667JkdNS7OiB/wB9BLXXpis0ZhWjYuETteU=";
hash = "sha256-FmZllibhesZY/8kIMnx4VfQrYF6+/cai7Gozda/3bMY=";
};

cargoHash = "sha256-T49RfBInMZeTPT7HhZIwhfK48ORKDD14fcShC6lFApI=";
cargoHash = "sha256-LxsUoujk6wwI67Y1XMVnZiJRKyLZupPX0JNFPUz9p30=";

# Integration tests do not run in Nix build environment due to needing to
# create and build Cargo workspaces.
Expand Down

0 comments on commit 2b563fc

Please sign in to comment.