hunspell: 1.7.2 -> 1.7.3 (#517005)

This commit is contained in:
Colin 2026-05-17 21:04:09 +00:00 committed by GitHub
commit 111b00907e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hunspell";
version = "1.7.2";
version = "1.7.3";
outputs = [
"bin"
@ -27,7 +27,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "hunspell";
repo = "hunspell";
rev = "v${finalAttrs.version}";
sha256 = "sha256-x2FXxnVIqsf5/UEQcvchAndXBv/3mW8Z55djQAFgNA8=";
hash = "sha256-NoLlH+4Hb6w+HYl2fSBzroav1Pb3GojFSTJGBxlteBM=";
};
patches = [ ./0001-Make-hunspell-look-in-XDG_DATA_DIRS-for-dictionaries.patch ];