eom: 1.18.2 -> 1.18.3

This commit is contained in:
José Romildo Malaquias 2017-12-23 23:55:46 -02:00
parent f64ab6aa0d
commit 4ac84e3087

View file

@ -4,11 +4,11 @@ stdenv.mkDerivation rec {
name = "eom-${version}";
version = "${major-ver}.${minor-ver}";
major-ver = "1.18";
minor-ver = "2";
minor-ver = "3";
src = fetchurl {
url = "http://pub.mate-desktop.org/releases/${major-ver}/${name}.tar.xz";
sha256 = "00ns7g7qykakc89lijrw2vwy9x9ijqiyvmnd4sw0j6py90zs8m87";
sha256 = "1zr85ilv0f4x8iky002qvh00qhsq1vsfm5z1954gf31hi57z2j25";
};
nativeBuildInputs = [