mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Merge pull request #74129 from r-ryantm/auto-update/abcl
abcl: 1.5.0 -> 1.6.0
This commit is contained in:
commit
4cce622213
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
{stdenv, fetchurl, ant, jre, jdk}:
|
{stdenv, fetchurl, ant, jre, jdk}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "abcl";
|
pname = "abcl";
|
||||||
version = "1.5.0";
|
version = "1.6.0";
|
||||||
# or fetchFromGitHub(owner,repo,rev) or fetchgit(rev)
|
# or fetchFromGitHub(owner,repo,rev) or fetchgit(rev)
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://common-lisp.net/project/armedbear/releases/${version}/${pname}-src-${version}.tar.gz";
|
url = "https://common-lisp.net/project/armedbear/releases/${version}/${pname}-src-${version}.tar.gz";
|
||||||
sha256 = "1hhvcg050nfpjbdmskc1cv2j38qi6qfl77a61b5cxx576kbff3lj";
|
sha256 = "0hvbcsffr8n2xwdixc8wyw1bfl9fxn2gyy0c4nma7j9zbn0wwgw9";
|
||||||
};
|
};
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
mkdir nix-tools
|
mkdir nix-tools
|
||||||
|
|
Loading…
Reference in a new issue