caprice32: unstable-2018-02-10 -> unstable-2018-03-05 ()

This commit is contained in:
Bignaux Ronan 2018-08-04 22:21:17 +02:00 committed by xeji
parent 8fe5b457a4
commit 4c2c12da20

View File

@ -3,14 +3,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
repo = "caprice32"; repo = "caprice32";
version = "unstable-2018-02-10"; version = "unstable-2018-03-05";
rev = "53de69543300f81af85df32cbd21bb5c68cab61e"; rev = "317fe638111e245d67e301f6f295094d3c859a70";
name = "${repo}-${version}"; name = "${repo}-${version}";
src = fetchFromGitHub { src = fetchFromGitHub {
inherit rev repo; inherit rev repo;
owner = "ColinPitrat"; owner = "ColinPitrat";
sha256 = "12yv56blm49qmshpk4mgc802bs51wv2ra87hmcbf2wxma39c45fy"; sha256 = "1bywpmkizixcnr057k8zq9nlw0zhcmwkiriln0krgdcm7d3h9b86";
}; };
postPatch = "substituteInPlace cap32.cfg --replace /usr/local $out"; postPatch = "substituteInPlace cap32.cfg --replace /usr/local $out";