mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
gtkspell3: update from 3.0.6 to 3.0.7
This commit is contained in:
parent
0a6eb7f8d5
commit
25eee1c865
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gtkspell-${version}";
|
name = "gtkspell-${version}";
|
||||||
version = "3.0.6";
|
version = "3.0.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/gtkspell/gtkspell3-${version}.tar.gz";
|
url = "mirror://sourceforge/gtkspell/gtkspell3-${version}.tar.gz";
|
||||||
sha256 = "1hqaddgzxjw9lpsphankld6a8bpm92hfv46kp99cgmj82rdjwdq1";
|
sha256 = "1hiwzajf18v9ik4nai3s7frps4ccn9s20nggad1c4k2mwb9ydwhk";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ aspell pkgconfig gtk3 enchant intltool ];
|
buildInputs = [ aspell pkgconfig gtk3 enchant intltool ];
|
||||||
|
Loading…
Reference in New Issue
Block a user