netfoil: 0.5.0 -> 0.6.1 (#536537)

This commit is contained in:
Nick Cao
2026-06-30 19:22:53 +00:00
committed by GitHub
+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;