apg: update from 2.2.3 to 2.3.0b
This commit is contained in:
parent
352c310be9
commit
8c615a656d
@ -1,9 +1,9 @@
|
|||||||
{ stdenv, fetchurl }:
|
{ stdenv, fetchurl }:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "apg-2.2.3";
|
name = "apg-2.3.0b";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.adel.nursat.kz/apg/download/${name}.tar.gz";
|
url = "http://www.adel.nursat.kz/apg/download/${name}.tar.gz";
|
||||||
sha256 = "1fkxpaifv925i385krsyslrig42ksws5y19hfq5asn1rwv6zmjb9";
|
sha256 = "14lbq81xrcsmpk1b9qmqyz7n6ypf08zcxvcvp6f7ybcyf0lj1rfi";
|
||||||
};
|
};
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
substituteInPlace Makefile --replace /usr/local "$out"
|
substituteInPlace Makefile --replace /usr/local "$out"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user