Skip to content

Commit

Permalink
gnome3.eog: 3.36.2 -> 3.36.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and jtojnar committed Jul 9, 2020
1 parent 02591d0 commit 12f0b7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/desktops/gnome-3/core/eog/default.nix
Expand Up @@ -4,13 +4,13 @@

let
pname = "eog";
version = "3.36.2";
version = "3.36.3";
in stdenv.mkDerivation rec {
name = "${pname}-${version}";

src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
sha256 = "135pw7ifr585grz1rbmynyyrmhd8w880pilg7c4nvq58jl16n1aw";
sha256 = "1p1lrnsgk5iyw7h02qzax4s74dqqsh5lk85b0qsj7hwx91qm61xp";
};

nativeBuildInputs = [ meson ninja pkgconfig gettext itstool wrapGAppsHook libxml2 gobject-introspection python3 ];
Expand Down

0 comments on commit 12f0b7f

Please sign in to comment.