1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

enchant: 2.2.4 → 2.2.5

https://github.com/AbiWord/enchant/blob/v2.2.5/NEWS#L1-L4
This commit is contained in:
Jan Tojnar 2019-09-02 11:12:01 +02:00
parent c1069b51ec
commit eca6a1371f
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "enchant";
version = "2.2.4";
version = "2.2.5";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "https://github.com/AbiWord/${pname}/releases/download/v${version}/${pname}-${version}.tar.gz";
sha256 = "1p6a3qmrh8bjzds6x7rg9da0ir44gg804jzkf634h39wsa4vdmpm";
sha256 = "0r41qjz3104h5raiwlw5ywwybafbxdjz12j1bnq3kq60jlr6d2pf";
};
nativeBuildInputs = [