Merge pull request #171604 from cdepillabout/spago-0.20.9

spago: 0.20.8 -> 0.20.9
main
Dennis Gosnell 2 years ago committed by GitHub
commit 2ab8e66328
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      pkgs/development/tools/purescript/spago/spago.nix
  2. 5
      pkgs/development/tools/purescript/spago/update.sh

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

@ -33,4 +33,7 @@ cabal2nix --revision "$new_version" "https://github.com/purescript/spago.git" >>
# TODO: This should ideally also automatically update the docsSearchVersion
# from pkgs/development/haskell/configuration-nix.nix.
echo "Finished."
echo
echo "Finished. Make sure you run the following commands to confirm Spago builds correctly:"
echo ' - `nix build -L -f ./. spago`'
echo ' - `sudo nix build -L -f ./. spago.passthru.tests --option sandbox relaxed`'

Loading…
Cancel
Save