spago: 0.15.3 -> 0.16.0

This commit is contained in:
(cdep)illabout
2020-08-16 20:50:44 +09:00
parent 00a9d3f261
commit 4d15ee4ada
2 changed files with 6 additions and 6 deletions

View File

@@ -11,11 +11,11 @@
}:
mkDerivation {
pname = "spago";
version = "0.15.3";
version = "0.16.0";
src = fetchgit {
url = "https://github.com/purescript/spago.git";
sha256 = "0spc7r531kmh9magaxzy4jls3bzfazwf8sq3qzk6f292d7ky6n8y";
rev = "da6d91c19b23f06f3ede793f78599a6589c9e7cd";
sha256 = "0z4s0z14n1v9wajs7mj2b295rrrw24gdca79drzlv6x1y6dj7sxh";
rev = "71b093cdf5e48ded645303281ab4a3ea5b730f5d";
fetchSubmodules = true;
};
isLibrary = true;