unison: M4 -> M4c

+3 -3
+3 -3
pkgs/development/compilers/unison/default.nix
··· 6 6 7 7 stdenv.mkDerivation rec { 8 8 pname = "unison-code-manager"; 9 - milestone_id = "M4"; 9 + milestone_id = "M4c"; 10 10 version = "1.0.${milestone_id}-alpha"; 11 11 12 12 src = if (stdenv.isDarwin) then 13 13 fetchurl { 14 14 url = "https://github.com/unisonweb/unison/releases/download/release/${milestone_id}/ucm-macos.tar.gz"; 15 - sha256 = "A8i1jH9+W89M+XbmYx0knJsP5c/EdVE2T9L/EIL0USU="; 15 + sha256 = "sha256-mkzIC/cPkpH0obEBqkvvKVh74LaV6jkfyEMLHmJn/nE="; 16 16 } 17 17 else 18 18 fetchurl { 19 19 url = "https://github.com/unisonweb/unison/releases/download/release/${milestone_id}/ucm-linux.tar.gz"; 20 - sha256 = "OqtJiKAsefw2fVjhtsYUe+qLPqXBPFkHUaMh26EJBJ4="; 20 + sha256 = "sha256-LfT/pMOvfBAwew6NW0VNvuB5c1AC7b+qKraP25+kytg="; 21 21 }; 22 22 23 23 # The tarball is just the prebuilt binary, in the archive root.