hatsu: 0.2.0 -> 0.2.1

This commit is contained in:
藍+85CD
2024-06-22 13:14:21 +08:00
parent edda7efc2f
commit e738c854bc
+3 -3
View File
@@ -8,16 +8,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "hatsu";
version = "0.2.0";
version = "0.2.1";
src = fetchFromGitHub {
owner = "importantimport";
repo = "hatsu";
rev = "v${version}";
hash = "sha256-gBzhuV0SDmNwl5PkpdGxkMBn5m4vEXfv23WK7+ZzQs8=";
hash = "sha256-4x41Ez2Rq4Bs39LN4qRluDieHx+9bS+GCjvS/cQK84Y=";
};
cargoHash = "sha256-A2tl0jjKODA/qodxkIe/3V4ZDGV4X0myiduJsLtd7r0=";
cargoHash = "sha256-hOQ8/m4TY18ZFmLFxxnXUX1yr52tKNmebx6H0uIIGUo=";
nativeBuildInputs = [ cmake pkg-config ];
buildInputs = [ openssl ];