3
0
Fork 0
forked from mirrors/nixpkgs

purescript: 0.15.5 -> 0.15.6

This commit is contained in:
R. Ryantm 2022-10-18 19:10:51 +00:00
parent 87c6a9a57c
commit 3d28d92294

View file

@ -18,7 +18,7 @@ let
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
pname = "purescript"; pname = "purescript";
version = "0.15.5"; version = "0.15.6";
# These hashes can be updated automatically by running the ./update.sh script. # These hashes can be updated automatically by running the ./update.sh script.
src = src =
@ -26,12 +26,12 @@ in stdenv.mkDerivation rec {
then then
fetchurl { fetchurl {
url = "https://github.com/${pname}/${pname}/releases/download/v${version}/macos.tar.gz"; url = "https://github.com/${pname}/${pname}/releases/download/v${version}/macos.tar.gz";
sha256 = "1q67yg1i8xd0pjx82lp2lkk95ah86r46gmxnliy0r4lllyr4x4fv"; sha256 = "14l4m9xgp9slg4hfaqkwvzdvmg26qj2livldni3lmivvcagjgb2x";
} }
else else
fetchurl { fetchurl {
url = "https://github.com/${pname}/${pname}/releases/download/v${version}/linux64.tar.gz"; url = "https://github.com/${pname}/${pname}/releases/download/v${version}/linux64.tar.gz";
sha256 = "17cczln5gdbg274h16l82hgnnwfb1ylvxd2h7119ig834dcbppxn"; sha256 = "1vw3igxv4zr5gf1ml5ls17w9cc9shdn8fvbk6dkfnxrs93cwrq0k";
}; };