lazarus: 2.0.10-2 -> 2.0.12
This commit is contained in:
parent
c456a2512f
commit
7c2dcbc467
|
@ -9,7 +9,7 @@
|
||||||
# 1. the build date is embedded in the binary through `$I %DATE%` - we should dump that
|
# 1. the build date is embedded in the binary through `$I %DATE%` - we should dump that
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "2.0.10-2";
|
version = "2.0.12";
|
||||||
|
|
||||||
# as of 2.0.10 a suffix is being added. That may or may not disappear and then
|
# as of 2.0.10 a suffix is being added. That may or may not disappear and then
|
||||||
# come back, so just leave this here.
|
# come back, so just leave this here.
|
||||||
|
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20${majorMinorPatch version}/lazarus-${version}.tar.gz";
|
url = "mirror://sourceforge/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20${majorMinorPatch version}/lazarus-${version}.tar.gz";
|
||||||
sha256 = "sha256-ZNViZGjdJKMzKyBfOr0KWBq33hsGCi1X4hhkBmz9Q7c=";
|
sha256 = "sha256-umzvf4I6LSgWYimYLvySYDnUIxPEDiL+DGd2wT0AFbI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in New Issue