doc: Replace sha256 with hash where appropriate

This commit is contained in:
nicoo 2023-09-13 13:22:37 +00:00
parent a3f84440cb
commit fe138d36c9
6 changed files with 7 additions and 7 deletions

View file

@ -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 = [];
});