eog: add 3.12.2 version
This commit is contained in:
parent
b0dc8bf703
commit
7b7a9253ea
@ -3,11 +3,11 @@
|
|||||||
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "eog-3.10.2";
|
name = "eog-3.12.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/eog/3.10/${name}.tar.xz";
|
url = "mirror://gnome/sources/eog/3.12/${name}.tar.xz";
|
||||||
sha256 = "0qs7wmn987vd0cw8w16gmb0bnda3nkcwfg1q343l4rm6kih9ik2w";
|
sha256 = "0ca8be7f20c98e9b104b2c1fa53df293e5403e6d517de845ae0f3b72777453fd";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with gnome3;
|
buildInputs = with gnome3;
|
||||||
|
Loading…
Reference in New Issue
Block a user