3
0
Fork 0
forked from mirrors/nixpkgs

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

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 {
repo = "caprice32";
version = "unstable-2018-02-10";
rev = "53de69543300f81af85df32cbd21bb5c68cab61e";
version = "unstable-2018-03-05";
rev = "317fe638111e245d67e301f6f295094d3c859a70";
name = "${repo}-${version}";
src = fetchFromGitHub {
inherit rev repo;
owner = "ColinPitrat";
sha256 = "12yv56blm49qmshpk4mgc802bs51wv2ra87hmcbf2wxma39c45fy";
sha256 = "1bywpmkizixcnr057k8zq9nlw0zhcmwkiriln0krgdcm7d3h9b86";
};
postPatch = "substituteInPlace cap32.cfg --replace /usr/local $out";