routedns: 0.1.51 -> 0.1.128 (#474893)

This commit is contained in:
Michael Daniels
2026-01-04 17:13:08 +00:00
committed by GitHub
+6 -3
View File
@@ -2,20 +2,21 @@
lib,
buildGoModule,
fetchFromGitHub,
nix-update-script,
}:
buildGoModule rec {
pname = "routedns";
version = "0.1.51";
version = "0.1.128";
src = fetchFromGitHub {
owner = "folbricht";
repo = "routedns";
rev = "v${version}";
hash = "sha256-9H/l6EAbrNwD2DnweBqjmcoaJEnTH9BdGn2x/ZC3us4=";
hash = "sha256-jUk0wa+hw0MIXnV1K/n19rGRKKolEf6q+dtKHmnuj3I=";
};
vendorHash = "sha256-yOYeMYAXa1jok8QwGtYsvuUGgIXEjZGo6+FiDQkZwUU=";
vendorHash = "sha256-woInU618JPwVxGDJDZQ6+j9wY6qNSB5Xu8wXf7s2qvQ=";
subPackages = [ "./cmd/routedns" ];
@@ -24,6 +25,8 @@ buildGoModule rec {
"-w"
];
passthru.updateScript = nix-update-script { };
meta = {
homepage = "https://github.com/folbricht/routedns";
description = "DNS stub resolver, proxy and router";