spago: 0.12.1.0 -> 0.13.0

This commit is contained in:
(cdep)illabout
2019-12-27 20:37:13 +01:00
committed by Peter Simons
parent 54fad88234
commit b7a5df05c3
6 changed files with 65 additions and 55 deletions
@@ -14,7 +14,7 @@ set -eo pipefail
script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
# Spago derivation created with cabal2nix.
spago_derivation_file="${script_dir}/default.nix"
spago_derivation_file="${script_dir}/spago.nix"
# This is the current revision of spago in Nixpkgs.
old_version="$(sed -En 's/.*\bversion = "(.*?)".*/\1/p' "$spago_derivation_file")"