fosrl-newt: 1.5.2 -> 1.7.0

Changelog: https://github.com/fosrl/newt/compare/1.5.2...1.7.0
This commit is contained in:
Varun Narravula
2025-12-12 15:25:58 -08:00
parent b6fd4d089f
commit 0d4e9ed329
+3 -3
View File
@@ -7,16 +7,16 @@
buildGoModule rec {
pname = "newt";
version = "1.5.2";
version = "1.7.0";
src = fetchFromGitHub {
owner = "fosrl";
repo = "newt";
tag = version;
hash = "sha256-svMAMPK8f5cwIPzr0+WdoWzHDV1jtuO1Lm2oZIVHE6k=";
hash = "sha256-R6X9DOu1iGS/a4d5kmKoBZI0L5k7S0w3SHHFQnQH/ho=";
};
vendorHash = "sha256-wNdZEfPx12T0jvCEDkz04X8N6t/pNIOXWFSTHteeZYs=";
vendorHash = "sha256-5Xr6mwPtsqEliKeKv2rhhp6JC7u3coP4nnhIxGMqccU=";
postPatch = ''
substituteInPlace main.go \