summary refs log tree commit diff
path: root/pkgs/development/compilers/purescript
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-27 13:34:27 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-02-27 13:34:27 +0000
commit64ba26f745354ace38e955ca0554b0825c901ce3 (patch)
tree355e5463b5755ba4046bebb2ffdba7ab09126be4 /pkgs/development/compilers/purescript
parent6896623f630ce8703e2201625eabd9f01dfcc5e0 (diff)
purescript: 0.14.6 -> 0.14.7
Diffstat (limited to 'pkgs/development/compilers/purescript')
-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 5dd2b6a23b1a4..cbf36516465b1 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.14.6";
+  version = "0.14.7";
 
   # 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 = "0yfl4galaqzbbkql2vfsg4zrc5cv037286764kv8qibdk2yrhap3";
+      sha256 = "0pc07xv5h7jgiy04rcrnsjb97nk5zs7jrvcsqggn0izlnrcyi8rc";
     }
     else
     fetchurl {
       url = "https://github.com/${pname}/${pname}/releases/download/v${version}/linux64.tar.gz";
-      sha256 = "01mf850a9jhqba6a3hsbl9fjxp2khplwnlr15wzp637s5vf7rd79";
+      sha256 = "0vcjxb1v76wg4hmisnw0pp6wl0pwp4fa19cw08zdhgy62w06mqfa";
     };