lol

Merge pull request #178134 from qsimpleq/lazarus_2.2.2-0

lazarus: 2.0.12 -> 2.2.2-0

authored by

7c6f434c and committed by
GitHub
30eaeb04 68d25dd6

+2 -2
+2 -2
pkgs/development/compilers/fpc/lazarus.nix
··· 9 9 # 1. the build date is embedded in the binary through `$I %DATE%` - we should dump that 10 10 11 11 let 12 - version = "2.0.12"; 12 + version = "2.2.2-0"; 13 13 14 14 # as of 2.0.10 a suffix is being added. That may or may not disappear and then 15 15 # come back, so just leave this here. ··· 30 30 31 31 src = fetchurl { 32 32 url = "mirror://sourceforge/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20${majorMinorPatch version}/lazarus-${version}.tar.gz"; 33 - sha256 = "sha256-umzvf4I6LSgWYimYLvySYDnUIxPEDiL+DGd2wT0AFbI="; 33 + sha256 = "a9832004cffec8aca69de87290441d54772bf95d5d04372249d5a5491fb674c4"; 34 34 }; 35 35 36 36 postPatch = ''