Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

polyml: 5.8.1 -> 5.8.2

+2 -2
+2 -2
pkgs/development/compilers/polyml/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "polyml"; 5 - version = "5.8.1"; 5 + version = "5.8.2"; 6 6 7 7 prePatch = lib.optionalString stdenv.isDarwin '' 8 8 substituteInPlace configure.ac --replace stdc++ c++ ··· 22 22 owner = "polyml"; 23 23 repo = "polyml"; 24 24 rev = "v${version}"; 25 - sha256 = "0gcx2fjiwsiazlyfhm7zlrd563blc4fy9w2mspib9divbavaxin6"; 25 + sha256 = "0vvla816g9rk9aa75gq63rb7bf6yla27p8wh1s1ycgq2in2zk0py"; 26 26 }; 27 27 28 28 meta = with lib; {