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

@ -10,7 +10,7 @@ stdenvNoCC.mkDerivation rec {
owner = "vinceliuice";
repo = pname;
rev = "27ebb1935944bc986bf8ae85ee3343b8351d9823";
sha256 = "sha256-bIPRrKaNQ2Eo+T6zv7qeA1z7uRHXezM0yxh+uqA01Gs=";
hash = "sha256-bIPRrKaNQ2Eo+T6zv7qeA1z7uRHXezM0yxh+uqA01Gs=";
};
nativeBuildInputs = [