about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorVladimír Čunát <vladimir.cunat@nic.cz>2022-08-24 17:04:57 +0200
committerVladimír Čunát <vladimir.cunat@nic.cz>2022-08-24 17:05:37 +0200
commit0e304ff0d9db453a4b230e9386418fd974d5804a (patch)
tree28a3ca480c99f3e8ae33c8b07aed404c95a80d84 /pkgs/applications
parent8d3fc481a4cbd2ec474ff05996b91c76ede3132e (diff)
parentad8d5e0c3b3ab8fe5dece06b259435231d551d8c (diff)
Merge #182953: fetchurl: disallow specifying both `sha256` and `hash`
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/powerdns-admin/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/powerdns-admin/default.nix b/pkgs/applications/networking/powerdns-admin/default.nix
index 51a51b3fb1c79..cc31f25390a77 100644
--- a/pkgs/applications/networking/powerdns-admin/default.nix
+++ b/pkgs/applications/networking/powerdns-admin/default.nix
@@ -19,6 +19,7 @@ let
         src = oldAttrs.src.override {
           inherit version;
           hash = "sha256-yKhbKNN3zHc35G4tnytPRO48Dh3qxr9G3e/HGH0weXo=";
+          sha256 = "";
         };
 
         SETUPTOOLS_SCM_PRETEND_VERSION = version;