newt-go: 1.1.3 -> 1.2.0

This commit is contained in:
R. Ryantm 2025-06-05 19:25:20 +00:00
parent 2377a24e8d
commit 3807e60627

View file

@ -7,16 +7,16 @@
buildGoModule rec { buildGoModule rec {
pname = "newt"; pname = "newt";
version = "1.1.3"; version = "1.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fosrl"; owner = "fosrl";
repo = "newt"; repo = "newt";
tag = version; tag = version;
hash = "sha256-wfm2UI4QUiYiAJIYBiSCOD/w72WRJIv2cyLIkfqGsek="; hash = "sha256-dZsHPEhvrElFdmJ6mgqyLqcblyUfpt8dtLsNFm1emrw=";
}; };
vendorHash = "sha256-8VlT9cy2uNhQPiUpr1jJuQSgUR6TtlbQ+etran2Htxs="; vendorHash = "sha256-Yc5IXnShciek/bKkVezkAcaq47zGiZP8vUHFb9p09LI=";
postPatch = '' postPatch = ''
substituteInPlace main.go \ substituteInPlace main.go \