fosrl-newt: 1.12.3 -> 1.12.4

This commit is contained in:
Jack Rosenberg
2026-05-08 13:11:48 +02:00
parent 159f10f22d
commit d5d02a7b9b
+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;