hatsu: 0.3.2 -> 0.3.3 (#396408)

Co-authored-by: kwaa <kwaa@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-04-06 02:43:08 +00:00 committed by GitHub
commit eae3e3ddaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,17 +7,17 @@
}:
rustPlatform.buildRustPackage rec {
pname = "hatsu";
version = "0.3.2";
version = "0.3.3";
src = fetchFromGitHub {
owner = "importantimport";
repo = "hatsu";
tag = "v${version}";
hash = "sha256-lIuaG7xfBQ1r3SkgSsXj1Ph9apxwP3oI42uunMh+ijU=";
hash = "sha256-mqs26srbEkGeQzeF4OdqI7o18Ajs+mmAXGLlVfS52sk=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-gja8bVsnumJ0R3sN1WBV6WXAWjO9v/K+uBpNO1cTgRs=";
cargoHash = "sha256-5c6boVdq0XXbtVHqmIGoxJGQRh8lvn2jbmALPuOSMs4=";
nativeInstallCheckInputs = [ versionCheckHook ];
versionCheckProgramArg = "--version";