pkgs: refactor 'sha256' -> 'hash'
This commit is contained in:
parent
eb34d23e3d
commit
ffd3fb06bd
7 changed files with 9 additions and 9 deletions
|
|
@ -7,7 +7,7 @@ stdenvNoCC.mkDerivation rec {
|
|||
owner = "varlesh";
|
||||
repo = pname;
|
||||
rev = "d1d290ff42cc4fa643716551bd0b02582b90fd2f";
|
||||
sha256 = "sha256-irMN/enoo90nYLfvSOScZoYdvhZKvqqp+grZB2BQD9o=";
|
||||
hash = "sha256-irMN/enoo90nYLfvSOScZoYdvhZKvqqp+grZB2BQD9o=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue