summary refs log tree commit diff
path: root/pkgs/development/libraries/lasso
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 08:58:24 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 08:58:24 -0700
commitcf19770e714e28318a35ce9ca17d4d3542fd5815 (patch)
tree4a53148e4c96e2afd359be774456a5e7ec595da8 /pkgs/development/libraries/lasso
parent4627f0719dcc73ccd10d421b05af35170324971d (diff)
downloadnixlib-cf19770e714e28318a35ce9ca17d4d3542fd5815.tar
nixlib-cf19770e714e28318a35ce9ca17d4d3542fd5815.tar.gz
nixlib-cf19770e714e28318a35ce9ca17d4d3542fd5815.tar.bz2
nixlib-cf19770e714e28318a35ce9ca17d4d3542fd5815.tar.lz
nixlib-cf19770e714e28318a35ce9ca17d4d3542fd5815.tar.xz
nixlib-cf19770e714e28318a35ce9ca17d4d3542fd5815.tar.zst
nixlib-cf19770e714e28318a35ce9ca17d4d3542fd5815.zip
lasso: 2.5.1 -> 2.6.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/lasso/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 2.6.0 with grep in /nix/store/2l3v2ybw0d8i93jw1prz6gy8286sgk4h-lasso-2.6.0
- directory tree listing: https://gist.github.com/9c856166c934c662528486068343a94b
- du listing: https://gist.github.com/30bc3e59b3d6dd6dd2d45e467b955e1a
Diffstat (limited to 'pkgs/development/libraries/lasso')
-rw-r--r--pkgs/development/libraries/lasso/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/lasso/default.nix b/pkgs/development/libraries/lasso/default.nix
index acd0d35a5f08..873ccc5665df 100644
--- a/pkgs/development/libraries/lasso/default.nix
+++ b/pkgs/development/libraries/lasso/default.nix
@@ -3,11 +3,11 @@
 stdenv.mkDerivation rec {
 
   name = "lasso-${version}";
-  version = "2.5.1";
+  version = "2.6.0";
 
   src = fetchurl {
     url = "https://dev.entrouvert.org/lasso/lasso-${version}.tar.gz";
-    sha256 = "0n10zjjw84303c9vfy9bqhyzdl01459akbwy86cbgphd826mq45y";
+    sha256 = "1kqagm63a4mv5sw5qc3y0qlky7r9qg5lccq0c3cnfr0n4mxgysql";
 
   };