Merge pull request #145708 from tpwrules/redprl-upgrade

redprl: unstable-2017-03-28 -> unstable-2019-11-04

authored by Jörg Thalheim and committed by GitHub abda1f6e 4bc82a39

+3 -3
+3 -3
pkgs/applications/science/logic/redprl/default.nix
··· 2 3 stdenv.mkDerivation { 4 pname = "redprl"; 5 - version = "unstable-2017-03-28"; 6 7 src = fetchFromGitHub { 8 owner = "RedPRL"; 9 repo = "sml-redprl"; 10 - rev = "bdf027de732e4a8d10f9f954389dfff0c822f18b"; 11 fetchSubmodules = true; 12 - sha256 = "0cihwnd78d3ksxp6mppifm7xpi3fsii5mixvicajy87ggw8z305c"; 13 }; 14 15 buildInputs = [ mlton ];
··· 2 3 stdenv.mkDerivation { 4 pname = "redprl"; 5 + version = "unstable-2019-11-04"; 6 7 src = fetchFromGitHub { 8 owner = "RedPRL"; 9 repo = "sml-redprl"; 10 + rev = "c72190de76f7ed1cfbe1d2046c96e99ac5022b0c"; 11 fetchSubmodules = true; 12 + sha256 = "sha256-xrQT5o0bsIN+mCYUOz9iY4+j3HGROb1I6R2ADcLy8n4="; 13 }; 14 15 buildInputs = [ mlton ];