Merge pull request #244805 from r-ryantm/auto-update/purescript

purescript: 0.15.9 -> 0.15.10

authored by

Pol Dellaiera and committed by
GitHub
99ee6455 8b156719

+5 -5
+5 -5
pkgs/development/compilers/purescript/purescript/default.nix
··· 15 15 16 16 in stdenv.mkDerivation rec { 17 17 pname = "purescript"; 18 - version = "0.15.9"; 18 + version = "0.15.10"; 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 - sha256 = "16ci26pgrw0zmnyn1zj129y9624cqwzrhqglc8mgfg4k7rxvqy2a"; 28 + sha256 = "1pk6mkjy09qvh8lsygb5gb77i2fqwjzz8jdjkxlyzynp3wpkcjp7"; 29 29 } 30 30 else 31 31 fetchurl { 32 - url = "https://123.github.com/${pname}/${pname}/releases/download/v${version}/macos.tar.gz"; 33 - sha256 = "1xxg79rlf7li9f73wdbwif1dyy4hnzpypy6wx4zbnvap53habq9f"; 32 + url = "https://github.com/${pname}/${pname}/releases/download/v${version}/macos.tar.gz"; 33 + sha256 = "14yd00v3dsnnwj2f645vy0apnp1843ms9ffd2ccv7bj5p4kxsdzg"; 34 34 }) 35 35 else 36 36 fetchurl { 37 37 url = "https://github.com/${pname}/${pname}/releases/download/v${version}/linux64.tar.gz"; 38 - sha256 = "0rabinklsd8bs16f03zv7ij6d1lv4w2xwvzzgkwc862gpqvz9jq3"; 38 + sha256 = "03p5f2m5xvrqgiacs4yfc2dgz6frlxy90h6z1nm6wan40p2vd41r"; 39 39 }; 40 40 41 41