tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
purescript: 0.15.11 -> 0.15.12
R. Ryantm
2 years ago
d0fcc8b9
093f098d
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
development
compilers
purescript
purescript
default.nix
+4
-4
pkgs/development/compilers/purescript/purescript/default.nix
reviewed
···
15
15
16
16
in stdenv.mkDerivation rec {
17
17
pname = "purescript";
18
18
-
version = "0.15.11";
18
18
+
version = "0.15.12";
19
19
20
20
# These hashes can be updated automatically by running the ./update.sh script.
21
21
src =
···
25
25
then
26
26
fetchurl {
27
27
url = "https://github.com/${pname}/${pname}/releases/download/v${version}/macos-arm64.tar.gz";
28
28
-
sha256 = "1ffhcwzb4cazxviqdl9zwg0jnbhsisg2pbxkqbk63zj2grjcpg86";
28
28
+
sha256 = "0s8j9svgxir0rb0wxkshwal60962g5z0pysdyrjgcr9r77y5gffk";
29
29
}
30
30
else
31
31
fetchurl {
32
32
url = "https://github.com/${pname}/${pname}/releases/download/v${version}/macos.tar.gz";
33
33
-
sha256 = "0h923269zb9hwlifcv8skz17zlggh8hsxhrgf33h2inl1midvgq5";
33
33
+
sha256 = "13d2mmphxy9f9yy242qsm58hipr612jymwy7lhf0is4y4m2lvrk2";
34
34
})
35
35
else
36
36
fetchurl {
37
37
url = "https://github.com/${pname}/${pname}/releases/download/v${version}/linux64.tar.gz";
38
38
-
sha256 = "0vrbgmgmmwbyxl969k59zkfrq5dxshspnzskx8zmhcy4flamz8av";
38
38
+
sha256 = "05xwplibkv86iiwpv29vg3zxp5yw7waw86zh08q3p0qx355wjy73";
39
39
};
40
40
41
41