mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 04:13:12 +00:00
gtranslator: 40.0 → 41.0
https://gitlab.gnome.org/GNOME/gtranslator/-/compare/40.0...41.0
This commit is contained in:
parent
4191eac282
commit
49b9ccaf8e
@ -8,7 +8,7 @@
|
||||
, python3
|
||||
, wrapGAppsHook
|
||||
, libxml2
|
||||
, libgda
|
||||
, libgda6
|
||||
, libhandy
|
||||
, libsoup
|
||||
, json-glib
|
||||
@ -23,11 +23,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gtranslator";
|
||||
version = "40.0";
|
||||
version = "41.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "0d48nc11z0m91scy21ah56ysxns82zvswx8lglvlkig1vqvblgpc";
|
||||
sha256 = "E28R/gOhlJkMQ6/jOL0eoK0U5+H26Gjlv3xbUsTF5eE=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
|
||||
gtk3
|
||||
libdazzle
|
||||
gtksourceview4
|
||||
libgda
|
||||
libgda6
|
||||
libhandy
|
||||
libsoup
|
||||
json-glib
|
||||
|
Loading…
Reference in New Issue
Block a user