reaktor2: 0.4.0a -> 0.4.2

This commit is contained in:
tv 2022-07-26 20:46:01 +02:00
parent 42e91b3191
commit c24030bdc0

View File

@ -1,18 +1,18 @@
{ mkDerivation, aeson, async, attoparsec, base, blessings { mkDerivation, aeson, async, attoparsec, base, blessings
, bytestring, containers, data-default, fetchgit, filepath , bytestring, containers, data-default, filepath, hashable, lens
, hashable, lens, lens-aeson, network, network-simple , lens-aeson, lib, network, network-simple, network-simple-tls
, network-simple-tls, network-uri, pcre-light, process, random , network-uri, pcre-light, process, random, servant-server
, servant-server, lib, string-conversions, stringsearch, text , string-conversions, stringsearch, text, time, transformers
, time, transformers, unagi-chan, unix, unordered-containers , unagi-chan, unix, unordered-containers, vector, wai, warp
, vector, wai, warp , fetchgit
}: }:
mkDerivation rec { mkDerivation {
pname = "reaktor2"; pname = "reaktor2";
version = "0.4.0a"; version = "0.4.2";
src = fetchgit { src = fetchgit {
url = "https://cgit.lassul.us/reaktor2"; url = "https://cgit.krebsco.de/reaktor2";
sha256 = "sha256-x1i2TWcycYVFij6832xaBiQa1RQ1VmSfu5Qt1QrUtds="; hash = "sha256-JPQyy0hDSH5JqQGjwoO5BNsD4qk+GKP1VH+j4/2cqes";
rev = "6d3eb6de5e770ee26874bb7449934f0c55bd1efa"; rev = "53a11f421fb18e8687fa06e5511cea8bd9defc36";
fetchSubmodules = true; fetchSubmodules = true;
}; };
isLibrary = false; isLibrary = false;