Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c833fb3179dc
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: eab20ca01856
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 28, 2019

  1. gtranslator: 3.32.1 → 3.34.0

    jtojnar authored and Jon committed Oct 28, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    joshka Josh McKinney
    Copy the full SHA
    eab20ca View commit details
Showing with 6 additions and 2 deletions.
  1. +6 −2 pkgs/tools/text/gtranslator/default.nix
8 changes: 6 additions & 2 deletions pkgs/tools/text/gtranslator/default.nix
Original file line number Diff line number Diff line change
@@ -9,6 +9,8 @@
, wrapGAppsHook
, libxml2
, libgda
, libsoup
, json-glib
, gspell
, glib
, gtk3
@@ -19,11 +21,11 @@

stdenv.mkDerivation rec {
pname = "gtranslator";
version = "3.32.1";
version = "3.34.0";

src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "1nmlj41wm02lbgrxdlpqpcgdab5cxsvggvqnk43v6kk86q27pcz1";
sha256 = "05zvpx330h9k7b12p07bhcy47vq66260fmiph2b6h97xpl15rwmj";
};

nativeBuildInputs = [
@@ -42,6 +44,8 @@ stdenv.mkDerivation rec {
gtk3
gtksourceview4
libgda
libsoup
json-glib
gettext
gspell
gsettings-desktop-schemas