snouty: 0.3.5 -> 0.4.2 (#514205)

This commit is contained in:
Winter
2026-05-08 15:14:03 +00:00
committed by GitHub
+12 -3
View File
@@ -5,22 +5,24 @@
installShellFiles,
pkg-config,
openssl,
writableTmpDirAsHomeHook,
podman,
versionCheckHook,
nix-update-script,
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "snouty";
version = "0.3.5";
version = "0.4.2";
src = fetchFromGitHub {
owner = "antithesishq";
repo = "snouty";
tag = "v${finalAttrs.version}";
hash = "sha256-lE0SHk2pkWPAMRI8seBhP4lMVyruhF8DKW/LSRkqcRw=";
hash = "sha256-LDcGeRiDYUKDrQZ8pXrRhPFLS0tE16wtgJ8AN3gIVd0=";
};
cargoHash = "sha256-b5FVhF+MVexf8ZV3+pUomzCA8fq1Un0g51aLg1muxRM=";
cargoHash = "sha256-IYprp5XEc2DSGWmf9IOKAHfnMX8JbmUWgvKK+CoA1i8=";
nativeBuildInputs = [
installShellFiles
@@ -39,6 +41,13 @@ rustPlatform.buildRustPackage (finalAttrs: {
--zsh $releaseDir/build/snouty-*/out/_snouty
'';
useNextest = true;
nativeCheckInputs = [
writableTmpDirAsHomeHook
podman
];
nativeInstallCheckInputs = [ versionCheckHook ];
versionCheckProgramArg = "version";
doInstallCheck = true;