godns: 3.2.5 -> 3.3.3

This commit is contained in:
R. Ryantm
2025-09-13 17:18:58 +00:00
parent f4ee7c9223
commit 2fc628185b
+4 -4
View File
@@ -10,19 +10,19 @@
buildGoModule rec {
pname = "godns";
version = "3.2.5";
version = "3.3.3";
src = fetchFromGitHub {
owner = "TimothyYe";
repo = "godns";
tag = "v${version}";
hash = "sha256-pe+A4n2IaiCOoDFc8NVk1NogNBqJ9Z4EnMBhiMbpkMU=";
hash = "sha256-go6LUVr53ioCpzWwShe7Ol2p57HH/cAcsD+g7I0ix2E=";
};
vendorHash = "sha256-ascWufBz1cp74g8QXJjEdF23WLZCwvxY+QUKMmfzhSM=";
vendorHash = "sha256-FHao4E0hhmnM224f8CowcHFAN2fmcR7TN08ldKZ5DUw=";
npmDeps = fetchNpmDeps {
src = "${src}/web";
hash = "sha256-DqNgy/ZrSQPSCqZriKosSUybHq3PbuPOjIFqRW+Nu14=";
hash = "sha256-D0R9CUMlm+oesfD+Gr+Cqi37XETMhQ9n9MSKJOYqe9g=";
};
npmRoot = "web";