lol

purescript: 0.15.11 -> 0.15.12

+4 -4
+4 -4
pkgs/development/compilers/purescript/purescript/default.nix
··· 15 15 16 16 in stdenv.mkDerivation rec { 17 17 pname = "purescript"; 18 - version = "0.15.11"; 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 - sha256 = "1ffhcwzb4cazxviqdl9zwg0jnbhsisg2pbxkqbk63zj2grjcpg86"; 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 - sha256 = "0h923269zb9hwlifcv8skz17zlggh8hsxhrgf33h2inl1midvgq5"; 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 - sha256 = "0vrbgmgmmwbyxl969k59zkfrq5dxshspnzskx8zmhcy4flamz8av"; 38 + sha256 = "05xwplibkv86iiwpv29vg3zxp5yw7waw86zh08q3p0qx355wjy73"; 39 39 }; 40 40 41 41