mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
psc-package: 0.2.5 -> 0.3.2-pre
Note: the previous version was not building due to outdated upstream dependencies.
This commit is contained in:
parent
59ff9d9c92
commit
1e1839239c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user