forked from mirrors/nixpkgs
gspell: 1.8.3 -> 1.8.4
https://gitlab.gnome.org/GNOME/gspell/-/blob/1.8.4/NEWS
This commit is contained in:
parent
7e54d67bc7
commit
55538b063c
|
@ -2,7 +2,7 @@
|
|||
|
||||
let
|
||||
pname = "gspell";
|
||||
version = "1.8.3";
|
||||
version = "1.8.4";
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "${pname}-${version}";
|
||||
|
||||
|
@ -11,7 +11,7 @@ in stdenv.mkDerivation rec {
|
|||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
|
||||
sha256 = "1s1dns070pz8dg04ppshdbx1r86n9406vkxcfs8hdghn0bfi9ras";
|
||||
sha256 = "1d23pl9956dkpy52pbndp0vrba0y030msh1issdl84z82skickfg";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ enchant2 ]; # required for pkgconfig
|
||||
|
|
Loading…
Reference in a new issue