gtranslator: 3.38.0 → 40.0
This commit is contained in:
parent
788529798b
commit
09adfbdc5e
@ -9,6 +9,7 @@
|
|||||||
, wrapGAppsHook
|
, wrapGAppsHook
|
||||||
, libxml2
|
, libxml2
|
||||||
, libgda
|
, libgda
|
||||||
|
, libhandy
|
||||||
, libsoup
|
, libsoup
|
||||||
, json-glib
|
, json-glib
|
||||||
, gspell
|
, gspell
|
||||||
@ -22,11 +23,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gtranslator";
|
pname = "gtranslator";
|
||||||
version = "3.38.0";
|
version = "40.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "282puBoi2SM74Y6Z/VxEj2qwV1nR6UwQWAu4McotdjU=";
|
sha256 = "0d48nc11z0m91scy21ah56ysxns82zvswx8lglvlkig1vqvblgpc";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -46,6 +47,7 @@ stdenv.mkDerivation rec {
|
|||||||
libdazzle
|
libdazzle
|
||||||
gtksourceview4
|
gtksourceview4
|
||||||
libgda
|
libgda
|
||||||
|
libhandy
|
||||||
libsoup
|
libsoup
|
||||||
json-glib
|
json-glib
|
||||||
gettext
|
gettext
|
||||||
|
Loading…
x
Reference in New Issue
Block a user