mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
Merge pull request #24416 from Twey/redprl-2017-03-28
redprl: 2016-09-22 -> 2017-03-28
This commit is contained in:
commit
e15b666f79
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
{ stdenv, fetchgit, mlton }:
|
||||
stdenv.mkDerivation {
|
||||
name = "redprl-2016-09-22";
|
||||
name = "redprl-2017-03-28";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/RedPRL/sml-redprl.git";
|
||||
rev = "3215faf0d494f4ac14d6e10172329a161df192c4";
|
||||
sha256 = "0pcq4q9xy34j7ziwbly4qxccpkcrl92r9y11bv6hdkbzwm1g2a77";
|
||||
rev = "bdf027de732e4a8d10f9f954389dfff0c822f18b";
|
||||
sha256 = "0cihwnd78d3ksxp6mppifm7xpi3fsii5mixvicajy87ggw8z305c";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
buildInputs = [ mlton ];
|
||||
|
|
Loading…
Reference in a new issue