Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bef6262a33be
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a9b4a524cd15
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jan 11, 2020

  1. spago: 0.13.0 -> 0.13.1

    cdepillabout committed Jan 11, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    elevenfive Matthew Zavislak
    Copy the full SHA
    6e2f340 View commit details
  2. Merge pull request #77484 from cdepillabout/update-spago-0.13.1

    spago: 0.13.0 -> 0.13.1
    cdepillabout authored Jan 11, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a9b4a52 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/tools/purescript/spago/spago.nix
6 changes: 3 additions & 3 deletions pkgs/development/tools/purescript/spago/spago.nix
Original file line number Diff line number Diff line change
@@ -11,11 +11,11 @@
}:
mkDerivation {
pname = "spago";
version = "0.13.0";
version = "0.13.1";
src = fetchgit {
url = "https://github.com/spacchetti/spago.git";
sha256 = "158xq5zn32iwswxmpma92763hl6kzq7kb01cyvphmmlilx55b6yk";
rev = "426838670ba9de4593f4c533a6947efb2d8ad4ba";
sha256 = "0l6sy1hz5dbnrjkvb2f44afhd48nwqx5kx1h29ns93xbbd57hci8";
rev = "b87858609c671d8f3dc78f858ce1d8c492bd1062";
fetchSubmodules = true;
};
isLibrary = true;