We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 07e7527 commit d314a65Copy full SHA for d314a65
pkgs/development/compilers/purescript/psc-package/default.nix
@@ -4,13 +4,13 @@ with lib;
4
5
mkDerivation rec {
6
pname = "psc-package";
7
- version = "0.1.1";
+ version = "0.2.0";
8
9
src = fetchFromGitHub {
10
owner = "purescript";
11
repo = pname;
12
rev = "v${version}";
13
- sha256 = "078xjn10yq4i0ff78bxscvxhn29p3s7iwv3pjyqxzlhaymn5949l";
+ sha256 = "0vid8vc8n8xj0qa4gnm1any9s18rdh7yn960vgix17r7a3bdndwb";
14
};
15
16
isLibrary = false;
0 commit comments