about summary refs log tree commit diff
path: root/pkgs/by-name/ha
diff options
context:
space:
mode:
author藍+85CD <50108258+kwaa@users.noreply.github.com>2024-06-21 19:58:40 +0800
committer藍+85CD <50108258+kwaa@users.noreply.github.com>2024-06-22 13:14:21 +0800
commite738c854bcddbc4050e359c4a379bf980866db7a (patch)
tree147fff0db200e8de31ab869d9abb175f3b7e0bba /pkgs/by-name/ha
parentedda7efc2f2c532371124067d229a63cf47fa180 (diff)
hatsu: 0.2.0 -> 0.2.1
Diffstat (limited to 'pkgs/by-name/ha')
-rw-r--r--pkgs/by-name/ha/hatsu/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/ha/hatsu/package.nix b/pkgs/by-name/ha/hatsu/package.nix
index ec88f6aea5bba..65759ec9ec3f7 100644
--- a/pkgs/by-name/ha/hatsu/package.nix
+++ b/pkgs/by-name/ha/hatsu/package.nix
@@ -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 ];