2022-11-11T08:48:54 aardvark-dns 1.2.0 -> 1.3.0 https://repology.org/metapackage/aardvark-dns/versions 2022-11-11T08:48:56 attrpath: aardvark-dns 2022-11-11T08:48:56 Checking auto update branch... 2022-11-11T08:48:56 No auto update branch exists 2022-11-11T08:49:00 [version] 2022-11-11T08:49:04 [version] updated version and sha256 2022-11-11T08:49:04 [rustCrateVersion] 2022-11-11T08:49:04 [rustCrateVersion] No cargoSha256 found 2022-11-11T08:49:04 [golangModuleVersion] 2022-11-11T08:49:04 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-11T08:49:04 [updateScript] 2022-11-11T08:49:04 [updateScript] skipping because derivation has no updateScript 2022-11-11T08:49:04 2022-11-11T08:49:04 [quotedUrls] 2022-11-11T08:49:04 [quotedUrls] nothing found to replace 2022-11-11T08:49:04 Diff after rewrites: diff --git a/pkgs/tools/networking/aardvark-dns/default.nix b/pkgs/tools/networking/aardvark-dns/default.nix index 7825b419ecf..4955e90e197 100644 --- a/pkgs/tools/networking/aardvark-dns/default.nix +++ b/pkgs/tools/networking/aardvark-dns/default.nix @@ -5,13 +5,13 @@ rustPlatform.buildRustPackage rec { pname = "aardvark-dns"; - version = "1.2.0"; + version = "1.3.0"; src = fetchFromGitHub { owner = "containers"; repo = pname; rev = "v${version}"; - sha256 = "sha256-pIbhrYiZOZ0GoynnHvp+h5E4O4syiwVhQeczAv1zjTo="; + sha256 = "sha256-wlaOgWptD4qdaSRg6NNkQNARHMZe3z3QVoXjp133guQ="; }; cargoHash = "sha256-2aFvFP64vy0FK0k0Uq6sPVi42E5easxOUlkcZjrjoMs="; 2022-11-11T08:51:59 Received ExitFailure 102 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A aardvark-dns Received ExitFailure 1 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix log -f . aardvark-dns Standard output: warning: unknown setting 'experimental-features' error: build log of 'aardvark-dns' is not available 2022-11-11T13:05:18 aardvark-dns 1.2.0 -> 1.3.0 https://github.com/containers/aardvark-dns/releases 2022-11-11T13:05:20 attrpath: aardvark-dns 2022-11-11T13:05:20 Checking auto update branch... 2022-11-11T13:05:21 No auto update branch exists 2022-11-11T13:05:21 Old version 1.2.0" not present in master derivation file with contents: { lib , rustPlatform , fetchFromGitHub }: rustPlatform.buildRustPackage rec { pname = "aardvark-dns"; version = "1.3.0"; src = fetchFromGitHub { owner = "containers"; repo = pname; rev = "v${version}"; sha256 = "sha256-wlaOgWptD4qdaSRg6NNkQNARHMZe3z3QVoXjp133guQ="; }; cargoHash = "sha256-BnIGoLIuV/uDaskMA8CeVX2McAHJPT+gchZsS0bQxjI="; meta = with lib; { description = "Authoritative dns server for A/AAAA container records"; homepage = "https://github.com/containers/aardvark-dns"; license = licenses.asl20; maintainers = with maintainers; [ ] ++ teams.podman.members; platforms = platforms.linux; }; }