diff --git a/meta/verify.nix b/meta/verify.nix index 03f3a55..92b9234 100644 --- a/meta/verify.nix +++ b/meta/verify.nix @@ -4,7 +4,7 @@ let sources = import ../npins; pkgs = import sources.nixpkgs { }; - dns = import sources."dns.nix"; + dns = import sources."dns.nix" { inherit pkgs; }; lib = import sources.nix-lib { inherit (pkgs) lib; @@ -28,7 +28,7 @@ in else pkgs.writers.writeJSON "meta.json" config; - dns = dns.util.${builtins.currentSystem}.writeZone "dgnum.eu" ( + dns = dns.util.writeZone "dgnum.eu" ( pkgs.lib.recursiveUpdate { SOA.serial = 0; } (import ./dns.nix { inherit dns lib; }) ); } diff --git a/npins/sources.json b/npins/sources.json index f713d39..644b8cb 100644 --- a/npins/sources.json +++ b/npins/sources.json @@ -68,16 +68,17 @@ "dns.nix": { "type": "GitRelease", "repository": { - "type": "Git", - "url": "https://git.hubrecht.ovh/hubrecht/dns.nix" + "type": "GitHub", + "owner": "nix-community", + "repo": "dns.nix" }, "pre_releases": false, "version_upper_bound": null, "release_prefix": null, - "version": "v1.2.1", - "revision": "66979725afe2164491be38ffff78460cc9b0ffd7", - "url": null, - "hash": "1bashjbh71dqs32yld7ihw2vz0vrad73pc35crf3qck8ssgpzv7d" + "version": "v1.2.0", + "revision": "a3196708a56dee76186a9415c187473b94e6cbae", + "url": "https://api.github.com/repos/nix-community/dns.nix/tarball/v1.2.0", + "hash": "011b6ahj4qcf7jw009qgbf6k5dvjmgls88khwzgjr9kxlgbypb90" }, "git-hooks": { "type": "Git",