fosrl-newt: 1.12.3 -> 1.12.4 (#518029)

This commit is contained in:
Nick Cao
2026-05-08 19:31:47 +00:00
committed by GitHub
+3 -5
View File
@@ -9,16 +9,16 @@
buildGoModule (finalAttrs: {
pname = "newt";
version = "1.12.3";
version = "1.12.4";
src = fetchFromGitHub {
owner = "fosrl";
repo = "newt";
tag = finalAttrs.version;
hash = "sha256-Maw0qELlnh0m+NsQGdDC3wGYK8zi8Lbt7zwJqieR4hg=";
hash = "sha256-wYLnuKIU+wcCxF57cdfepTVm52btfdrveQ8Y+R9flMo=";
};
vendorHash = "sha256-+zMSzNbqmWm/DXL2xMUd5uPP5tSIybsRokwJ2zd0pf0=";
vendorHash = "sha256-WfIK+Q8WQ372NzLw6DRapv1nYPduShi4KnVJBPk0Oz0=";
nativeInstallCheckInputs = [ versionCheckHook ];
@@ -30,8 +30,6 @@ buildGoModule (finalAttrs: {
doInstallCheck = true;
versionCheckProgramArg = [ "-version" ];
passthru.updateScript = nix-update-script { };
__structuredAttrs = true;