nix-repl: 2015-09-07 -> 2016-02-28
This commit is contained in:
parent
a265ad2842
commit
5789f5875f
@ -1,15 +1,15 @@
|
||||
{ lib, stdenv, fetchFromGitHub, nix, readline, boehmgc }:
|
||||
|
||||
let rev = "8a2f5f0607540ffe56b56d52db544373e1efb980"; in
|
||||
let rev = "a1ea85e92b067a0a42354a28355c633eac7be65c"; in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "nix-repl-${lib.getVersion nix}-${lib.substring 0 7 rev}";
|
||||
name = "nix-repl-${lib.getVersion nix}-2016-02-28";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "edolstra";
|
||||
repo = "nix-repl";
|
||||
inherit rev;
|
||||
sha256 = "0cjablz01i0g9smnavhf86imwx1f9mnh5flax75i615ml71gsr88";
|
||||
sha256 = "0rf9711day64lgg6g6yqc5709x4sgj137zpqyn019k764i7m2xs8";
|
||||
};
|
||||
|
||||
buildInputs = [ nix readline ];
|
||||
|
Loading…
Reference in New Issue
Block a user