summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-10-18 19:10:51 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-10-18 19:10:51 +0000
commit3d28d9229403845fed58893773d31373343e160b (patch)
treebab94966902f6449ed767731d5423c872e85b140
parent87c6a9a57c4ef5fb5f5917caf05be685d4abc632 (diff)
downloadnixpkgs-3d28d9229403845fed58893773d31373343e160b.tar
nixpkgs-3d28d9229403845fed58893773d31373343e160b.tar.gz
nixpkgs-3d28d9229403845fed58893773d31373343e160b.tar.bz2
nixpkgs-3d28d9229403845fed58893773d31373343e160b.tar.lz
nixpkgs-3d28d9229403845fed58893773d31373343e160b.tar.xz
nixpkgs-3d28d9229403845fed58893773d31373343e160b.tar.zst
nixpkgs-3d28d9229403845fed58893773d31373343e160b.zip
purescript: 0.15.5 -> 0.15.6
-rw-r--r--pkgs/development/compilers/purescript/purescript/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/compilers/purescript/purescript/default.nix b/pkgs/development/compilers/purescript/purescript/default.nix
index e82649d1485..c3bb4c7ff01 100644
--- a/pkgs/development/compilers/purescript/purescript/default.nix
+++ b/pkgs/development/compilers/purescript/purescript/default.nix
@@ -18,7 +18,7 @@ let
 
 in stdenv.mkDerivation rec {
   pname = "purescript";
-  version = "0.15.5";
+  version = "0.15.6";
 
   # These hashes can be updated automatically by running the ./update.sh script.
   src =
@@ -26,12 +26,12 @@ in stdenv.mkDerivation rec {
     then
     fetchurl {
       url = "https://github.com/${pname}/${pname}/releases/download/v${version}/macos.tar.gz";
-      sha256 = "1q67yg1i8xd0pjx82lp2lkk95ah86r46gmxnliy0r4lllyr4x4fv";
+      sha256 = "14l4m9xgp9slg4hfaqkwvzdvmg26qj2livldni3lmivvcagjgb2x";
     }
     else
     fetchurl {
       url = "https://github.com/${pname}/${pname}/releases/download/v${version}/linux64.tar.gz";
-      sha256 = "17cczln5gdbg274h16l82hgnnwfb1ylvxd2h7119ig834dcbppxn";
+      sha256 = "1vw3igxv4zr5gf1ml5ls17w9cc9shdn8fvbk6dkfnxrs93cwrq0k";
     };