Skip to content

Commit

Permalink
hatsu: 0.2.1 -> 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Jul 8, 2024
1 parent 2b051f2 commit 6b461d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/hatsu/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "hatsu";
version = "0.2.1";
version = "0.2.2";

src = fetchFromGitHub {
owner = "importantimport";
repo = "hatsu";
rev = "v${version}";
hash = "sha256-4x41Ez2Rq4Bs39LN4qRluDieHx+9bS+GCjvS/cQK84Y=";
hash = "sha256-iQrwqv5q002rJMcvUhlsLVN3O7mHyL5zmLGjegZDVG0=";
};

cargoHash = "sha256-hOQ8/m4TY18ZFmLFxxnXUX1yr52tKNmebx6H0uIIGUo=";
cargoHash = "sha256-LkGkifmHy7cEGrPg0WCf1nCGfcW60AGWQSB0Zb01mk0=";

nativeBuildInputs = [ cmake pkg-config ];
buildInputs = [ openssl ];
Expand Down

0 comments on commit 6b461d6

Please sign in to comment.