about summary refs log tree commit diff
path: root/pkgs/applications/editors/gnome-latex
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-05-05 11:43:01 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-05-05 11:43:01 +0000
commit668f4bb6820a9b0815d961bb89497503562a715f (patch)
treee7c8627d423e5fe0ba048aa2791fb340518730f1 /pkgs/applications/editors/gnome-latex
parent285bd2642bf66662c919e6d9fd91c28f82cb2a75 (diff)
gnome-latex: 3.32.0 -> 3.36.0
Diffstat (limited to 'pkgs/applications/editors/gnome-latex')
-rw-r--r--pkgs/applications/editors/gnome-latex/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/gnome-latex/default.nix b/pkgs/applications/editors/gnome-latex/default.nix
index 33a321329341f..695a13eecabdd 100644
--- a/pkgs/applications/editors/gnome-latex/default.nix
+++ b/pkgs/applications/editors/gnome-latex/default.nix
@@ -1,14 +1,14 @@
 { stdenv, fetchurl, wrapGAppsHook, gsettings-desktop-schemas, gspell, gtksourceview4, libgee
 , tepl, amtk, gnome3, glib, pkgconfig, intltool, itstool, libxml2 }:
 let
-  version = "3.32.0";
+  version = "3.36.0";
   pname = "gnome-latex";
 in stdenv.mkDerivation {
   name = "${pname}-${version}";
 
   src = fetchurl {
     url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
-    sha256 = "1jdca9yhm7mm1aijd1a5amphgn15142kngky3id2am379ixrq1hg";
+    sha256 = "1869kr1zhcp04mzbi67lwgk497w840dbbc7427i9yh9b9s7j6mqn";
   };
 
   NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0";