Skip to content

Commit

Permalink
psc-package: 0.2.5 -> 0.3.2-pre
Browse files Browse the repository at this point in the history
Note: the previous version was not building due to outdated upstream
dependencies.
  • Loading branch information
maximedenes authored and domenkozar committed Mar 31, 2018
1 parent 59ff9d9 commit 1e18392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/purescript/psc-package/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ with lib;

mkDerivation rec {
pname = "psc-package";
version = "0.2.5";
version = "0.3.2-pre";

src = fetchFromGitHub {
owner = "purescript";
repo = pname;
rev = "v${version}";
sha256 = "15g0l8g8l6m5x4f73w68r9iav091x12b3wjxh0rx3ggnj093g6j1";
sha256 = "0vriyvq0mad3px4lhbqg6xrym2z6wnhr81101mx8cg1lgql1wgwk";
};

isLibrary = false;
Expand Down

0 comments on commit 1e18392

Please sign in to comment.