Merge pull request #92881 from freezeboy/update-demoit

demoit: unstable-2019-05-10 -> unstable-2020-06-11
This commit is contained in:
Lassulus 2020-08-20 09:19:21 +02:00 committed by GitHub
commit bfa6a90a0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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