hunspell: fix hash

This commit is contained in:
Sandro Jäckel 2022-11-25 19:34:36 +01:00
parent e5a45ed6d9
commit a774e052e6
No known key found for this signature in database
GPG Key ID: B1763F8651144063

View File

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
owner = "hunspell";
repo = "hunspell";
rev = "v${version}";
sha256 = "sha256-YSJztik0QTZFNR8k8Xu1hakyE16NziDavYVkEUCbtGM=";
sha256 = "sha256-J1kgNUElRO63mtU62qU7asf7hht9oyplMIO9I/E6BPU=";
};
outputs = [ "bin" "dev" "out" "man" ];