about summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-20 09:49:12 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-20 09:49:12 -0700
commit87420118242bf77e71e4d712db7416789b974699 (patch)
treef75f69acd328f0ec6724e7439b174866ef5504c1 /pkgs/development/compilers
parent47bbd819c78b6966165b5a35050191e5700e8460 (diff)
downloadnixlib-87420118242bf77e71e4d712db7416789b974699.tar
nixlib-87420118242bf77e71e4d712db7416789b974699.tar.gz
nixlib-87420118242bf77e71e4d712db7416789b974699.tar.bz2
nixlib-87420118242bf77e71e4d712db7416789b974699.tar.lz
nixlib-87420118242bf77e71e4d712db7416789b974699.tar.xz
nixlib-87420118242bf77e71e4d712db7416789b974699.tar.zst
nixlib-87420118242bf77e71e4d712db7416789b974699.zip
lazarus: 1.8.0 -> 1.8.2
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.8.2 with grep in /nix/store/z3r30kr064x672zqnrs1pwzshlvgnv9n-lazarus-1.8.2
- found 1.8.2 in filename of file in /nix/store/z3r30kr064x672zqnrs1pwzshlvgnv9n-lazarus-1.8.2
- directory tree listing: https://gist.github.com/895d2d01174298ff36a30bc7387286a2
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/fpc/lazarus.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/fpc/lazarus.nix b/pkgs/development/compilers/fpc/lazarus.nix
index e646debd9d7e..0793a9d7ed0b 100644
--- a/pkgs/development/compilers/fpc/lazarus.nix
+++ b/pkgs/development/compilers/fpc/lazarus.nix
@@ -8,10 +8,10 @@ stdenv, fetchurl
 let
   s =
   rec {
-    version = "1.8.0";
+    version = "1.8.2";
     versionSuffix = "";
     url = "mirror://sourceforge/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20${version}/lazarus-${version}${versionSuffix}.tar.gz";
-    sha256 = "0i58ngrr1vjyazirfmz0cgikglc02z1m0gcrsfw9awpi3ax8h21j";
+    sha256 = "06ajdnyba3v3d37mjq1yim96hsmbx1w5n695m5zlhjbydgw62a15";
     name = "lazarus-${version}";
   };
   buildInputs = [