Skip to content

Commit

Permalink
cago-hakari: 0.9.33 -> 0.9.35
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Jan 9, 2025
1 parent 00c24cc commit 3a1f3ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/ca/cargo-hakari/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-hakari";
version = "0.9.33";
version = "0.9.35";

src = fetchFromGitHub {
owner = "guppy-rs";
repo = "guppy";
rev = "cargo-hakari-${version}";
sha256 = "sha256-oJZiGXsOl00Bim/olYYSqt/p3j6dTw25IURcwdXYrAo=";
tag = "cargo-hakari-${version}";
hash = "sha256-+IjtK4kSm2vThgIxDsBLpoh0j9cDhhEqI6Hr2BmC7hc=";
};

cargoHash = "sha256-V9QmaZYBXj26HJrP8gABwhhUPwBxnyLoO4O45lnPyew=";
cargoHash = "sha256-xMgNk82U32AtMeZJ8v2M0faHLAPkXrdIJHwOJcqE9m8=";

cargoBuildFlags = [
"-p"
Expand Down

0 comments on commit 3a1f3ee

Please sign in to comment.