summary refs log tree commit diff
path: root/lib/customisation.nix
diff options
context:
space:
mode:
authornicoo <nicoo@mur.at>2023-09-13 13:22:37 +0000
committernicoo <nicoo@mur.at>2023-09-13 17:24:49 +0000
commitfe138d36c9a23de3490a3bfa2f9dda8bf56427b9 (patch)
tree2ce288033caa438594dbf423561870db6c7c41be /lib/customisation.nix
parenta3f84440cb417512252a92b9573c51b36218762d (diff)
downloadnixpkgs-fe138d36c9a23de3490a3bfa2f9dda8bf56427b9.tar
nixpkgs-fe138d36c9a23de3490a3bfa2f9dda8bf56427b9.tar.gz
nixpkgs-fe138d36c9a23de3490a3bfa2f9dda8bf56427b9.tar.bz2
nixpkgs-fe138d36c9a23de3490a3bfa2f9dda8bf56427b9.tar.lz
nixpkgs-fe138d36c9a23de3490a3bfa2f9dda8bf56427b9.tar.xz
nixpkgs-fe138d36c9a23de3490a3bfa2f9dda8bf56427b9.tar.zst
nixpkgs-fe138d36c9a23de3490a3bfa2f9dda8bf56427b9.zip
doc: Replace `sha256` with `hash` where appropriate
Diffstat (limited to 'lib/customisation.nix')
-rw-r--r--lib/customisation.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/customisation.nix b/lib/customisation.nix
index 0d023aa361c..ec2513021f9 100644
--- a/lib/customisation.nix
+++ b/lib/customisation.nix
@@ -19,7 +19,7 @@ rec {
          name = "sed-4.2.2-pre";
          src = fetchurl {
            url = ftp://alpha.gnu.org/gnu/sed/sed-4.2.2-pre.tar.bz2;
-           sha256 = "11nq06d131y4wmf3drm0yk502d2xc6n5qy82cg88rb9nqd2lj41k";
+           hash = "sha256-MxBJRcM2rYzQYwJ5XKxhXTQByvSg5jZc5cSHEZoB2IY=";
          };
          patches = [];
        });