spago: 0.20.7 -> 0.20.8

This commit is contained in:
Dennis Gosnell 2022-04-28 10:55:50 +09:00
parent 2ae92e3309
commit 441ff9c02b
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4

View file

@ -14,11 +14,11 @@
}: }:
mkDerivation { mkDerivation {
pname = "spago"; pname = "spago";
version = "0.20.7"; version = "0.20.8";
src = fetchgit { src = fetchgit {
url = "https://github.com/purescript/spago.git"; url = "https://github.com/purescript/spago.git";
sha256 = "0k9ablqhx4m1hk0sc0rx824qq5gr7fp7dpg9rj5v793v6hd3q4jv"; sha256 = "0lakss2pg5kwbxqsmvzgkcc70l6j40cj9rarhkpcf0kxw98bb5x0";
rev = "41d9c967dc1db0de03985e31083eb76b3e2fcce4"; rev = "744bdbbefc538750d4c36888ee53dc5d336314c4";
fetchSubmodules = true; fetchSubmodules = true;
}; };
isLibrary = true; isLibrary = true;