routedns: 0.1.20 -> 0.1.51
This commit is contained in:
parent
92846f43cd
commit
e999c6d9dd
@ -5,16 +5,16 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "routedns";
|
||||
version = "0.1.20";
|
||||
version = "0.1.51";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "folbricht";
|
||||
repo = "routedns";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-whMSqGsZTr6tj9jbUzkNanR69xfmvXC257DsHooqlkE=";
|
||||
hash = "sha256-9H/l6EAbrNwD2DnweBqjmcoaJEnTH9BdGn2x/ZC3us4=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-XqrV/eBpKzFgNSG9yoP8iqzIEifXEMOCCfPbHo3YKZw=";
|
||||
vendorHash = "sha256-yOYeMYAXa1jok8QwGtYsvuUGgIXEjZGo6+FiDQkZwUU=";
|
||||
|
||||
subPackages = [ "./cmd/routedns" ];
|
||||
|
||||
|
@ -35480,9 +35480,7 @@ with pkgs;
|
||||
|
||||
robustirc-bridge = callPackage ../servers/irc/robustirc-bridge { };
|
||||
|
||||
routedns = callPackage ../tools/networking/routedns {
|
||||
buildGoModule = buildGo119Module; # build fails with 1.20
|
||||
};
|
||||
routedns = callPackage ../tools/networking/routedns { };
|
||||
|
||||
skrooge = libsForQt5.callPackage ../applications/office/skrooge { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user