netfoil: 0.5.0 -> 0.6.1

This commit is contained in:
R. Ryantm
2026-06-29 05:16:49 +00:00
parent 2df5d1313a
commit 2797767af8
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "netfoil";
version = "0.5.0";
version = "0.6.1";
src = fetchFromGitHub {
owner = "tinfoil-factory";
repo = "netfoil";
tag = "v${version}";
hash = "sha256-iea76gzkbLKguqkFh1QzTiYu2aKkdW6FAOkMcp34P1M=";
hash = "sha256-WKtyNdb3hwveLpg3vkKFTXceE6b4AjVrzZoj9eEkdx4=";
};
__structuredAttrs = true;