chore(pkgs)!: sha256 -> hash

This commit is contained in:
reo101 2024-04-13 13:38:43 +03:00
parent 16457e0a09
commit 7d9e8619ba
Signed by: reo101
GPG key ID: 675AA7EF13964ACB
11 changed files with 11 additions and 11 deletions

View file

@ -7,7 +7,7 @@ darwin.apple_sdk.stdenv.mkDerivation rec {
owner = "jcsalterego";
repo = "${name}";
rev = "67c39829fedb97397b691617f10a68af75cf0867";
sha256 = "sha256-uvajxSelk1Wfd5is5kmT2fzDShlufBgC0PDCeabEOSE=";
hash = "sha256-uvajxSelk1Wfd5is5kmT2fzDShlufBgC0PDCeabEOSE=";
};
buildInputs = with darwin.apple_sdk.frameworks; [
AppKit