Skip to content

Commit

Permalink
Merge pull request #78524 from r-ryantm/auto-update/psc-package
Browse files Browse the repository at this point in the history
psc-package: 0.5.1 -> 0.6.0
  • Loading branch information
marsam committed Jan 26, 2020
2 parents 6cf9c0e + 7cbcfa0 commit 8c45e95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/purescript/psc-package/default.nix
Expand Up @@ -4,13 +4,13 @@ with lib;

mkDerivation rec {
pname = "psc-package";
version = "0.5.1";
version = "0.6.0";

src = fetchFromGitHub {
owner = "purescript";
repo = pname;
rev = "v${version}";
sha256 = "1zadbph1vha3b5hvmjvs138dcwbab49f3v63air1l6r4cvpb6831";
sha256 = "165yax131rj1mdlqd28g6wcy1ps3k4w50z8gj9yc3nfs09dy0lab";
};

isLibrary = false;
Expand Down

0 comments on commit 8c45e95

Please sign in to comment.