demoit: unstable-2019-03-29 -> unstable-2019-05-10 (#61349)

* demoit: unstable-2019-03-29 -> unstable-2019-05-10
This commit is contained in:
freezeboy 2019-05-12 18:47:26 +02:00 committed by Renaud
parent 9a0fccac6f
commit c6e2638882

View file

@ -5,14 +5,14 @@
buildGoPackage rec {
pname = "demoit";
version = "unstable-2019-03-29";
version = "unstable-2019-05-10";
goPackagePath = "github.com/dgageot/demoit";
src = fetchFromGitHub {
owner = "dgageot";
repo = "demoit";
rev = "ec70fbdf5a5e92fa1c06d8f039f7d388e0237ba2";
sha256 = "01584cxlnrc928sw7ldmi0sm7gixmwnawy3c5hd79rqkw8r0gbk0";
rev = "c1d4780620ebf083cb4a81b83c80e7547ff7bc23";
sha256 = "0l0pw0kzgnrk6a6f4ls3s82icjp7q9djbaxwfpjswbcfdzrsk4p2";
};
meta = with stdenv.lib; {