e17gtk: 3.22.1 -> 3.22.2

This commit is contained in:
José Romildo Malaquias 2017-10-28 07:48:15 -02:00
parent 06c154386e
commit 1adcef7caf

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "e17gtk-${version}"; name = "e17gtk-${version}";
version = "3.22.1"; version = "3.22.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tsujan"; owner = "tsujan";
repo = "E17gtk"; repo = "E17gtk";
rev = "V${version}"; rev = "V${version}";
sha256 = "0y1v5hamssgzgcmwbr60iz7wipb9yzzj3ypzkc6i65mp4pyazrv8"; sha256 = "1qwj1hmdlk8sdqhkrh60p2xg4av1rl0lmipdg5j0i40318pmiml1";
}; };
installPhase = '' installPhase = ''