eog: add 3.12.2 version

This commit is contained in:
Luca Bruno 2014-05-18 23:19:38 +02:00
parent b0dc8bf703
commit 7b7a9253ea

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "eog-3.10.2";
name = "eog-3.12.2";
src = fetchurl {
url = "mirror://gnome/sources/eog/3.10/${name}.tar.xz";
sha256 = "0qs7wmn987vd0cw8w16gmb0bnda3nkcwfg1q343l4rm6kih9ik2w";
url = "mirror://gnome/sources/eog/3.12/${name}.tar.xz";
sha256 = "0ca8be7f20c98e9b104b2c1fa53df293e5403e6d517de845ae0f3b72777453fd";
};
buildInputs = with gnome3;