pkgs: refactor 'sha256' -> 'hash'

This commit is contained in:
Bruno BELANYI 2023-04-01 16:33:26 +01:00
parent eb34d23e3d
commit ffd3fb06bd
7 changed files with 9 additions and 9 deletions

View file

@ -7,7 +7,7 @@ stdenvNoCC.mkDerivation rec {
owner = "StevenBlack";
repo = "hosts";
rev = version;
sha256 = "sha256-HoNX57lCoIr36B/7HMuazWSWeAPPfWY1oZf6dXnxYIE=";
hash = "sha256-HoNX57lCoIr36B/7HMuazWSWeAPPfWY1oZf6dXnxYIE=";
};
dontUnpack = true;