mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Fix the version
This commit is contained in:
parent
e5c90ad374
commit
02e221eb11
1 changed files with 2 additions and 2 deletions
|
@ -3,12 +3,12 @@
|
|||
, libffi, libffcall, coreutils }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
v = "2.49";
|
||||
v = "2.44.1";
|
||||
name = "clisp-${v}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/clisp/release/${v}/${name}.tar.gz";
|
||||
sha256 = "0rp82nqp5362isl9i34rwgg04cidz7izljd9d85pqcw1qr964bxx";
|
||||
sha256 = "0rkp6j6rih4s5d9acifh7pi4b9xfgcspif512l269dqy9qgyy4j1";
|
||||
};
|
||||
|
||||
buildInputs =
|
||||
|
|
Loading…
Reference in a new issue