demoit: unstable-2019-05-10 -> unstable-2020-06-11

This commit is contained in:
freezeboy 2020-07-10 16:45:43 +02:00
parent 0416089dc6
commit 0d39f408ea

View File

@ -1,19 +1,21 @@
{ stdenv { stdenv
, buildGoPackage , buildGoModule
, fetchFromGitHub , fetchFromGitHub
}: }:
buildGoPackage { buildGoModule {
pname = "demoit"; pname = "demoit";
version = "unstable-2019-05-10"; version = "unstable-2020-06-11";
goPackagePath = "github.com/dgageot/demoit"; goPackagePath = "github.com/dgageot/demoit";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dgageot"; owner = "dgageot";
repo = "demoit"; repo = "demoit";
rev = "c1d4780620ebf083cb4a81b83c80e7547ff7bc23"; rev = "5762b169e7f2fc18913874bf52323ffbb906ce84";
sha256 = "0l0pw0kzgnrk6a6f4ls3s82icjp7q9djbaxwfpjswbcfdzrsk4p2"; sha256 = "1jcjqr758d29h3y9ajvzhy1xmxfix5mwhylz6jwhy5nmk28bjzx9";
}; };
vendorSha256 = null;
subPackages = [ "." ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Live coding demos without Context Switching"; description = "Live coding demos without Context Switching";