diff options
| author | Wolfgang Walther <walther@technowledgy.de> | 2025-02-08 21:15:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-08 21:15:13 +0100 |
| commit | 2f6a47eaf46385ff246f8aa9453dfa46298dd655 (patch) | |
| tree | 09b964fe066e3ccb1a3b84990218dbef6fd7c933 | |
| parent | [Backport release-24.11] jbig2enc: 0.29.0 -> 0.30.0 (#378146) (diff) | |
| parent | libxls: 1.6.2 -> 1.6.3 (diff) | |
| download | nixpkgs-2f6a47eaf46385ff246f8aa9453dfa46298dd655.tar.gz | |
[Backport release-24.11] libxls: 1.6.2 -> 1.6.3 (#378147)
| -rw-r--r-- | pkgs/by-name/li/libxls/package.nix | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/pkgs/by-name/li/libxls/package.nix b/pkgs/by-name/li/libxls/package.nix index 5a5dee9255d3..29f575863fbe 100644 --- a/pkgs/by-name/li/libxls/package.nix +++ b/pkgs/by-name/li/libxls/package.nix @@ -9,23 +9,15 @@ stdenv.mkDerivation rec { pname = "libxls"; - version = "1.6.2"; + version = "1.6.3"; src = fetchFromGitHub { owner = "libxls"; repo = pname; rev = "v${version}"; - sha256 = "sha256-vjmYByk+IDBon8xGR1+oNaEQTiJK+IVpDXsG1IyVNoY="; + hash = "sha256-KbITHQ9s2RUeo8zR53R9s4WUM6z8zzddz1k47So0Mlw="; }; - patches = [ - # Fix cross-compilation - (fetchpatch { - url = "https://github.com/libxls/libxls/commit/007e63c1f5e19bc73292f267c85d7dd14e9ecb38.patch"; - sha256 = "sha256-PjPHuXth4Yaq9nVfk5MYJMRo5B0R6YA1KEqgwfjF3PM="; - }) - ]; - nativeBuildInputs = [ autoreconfHook autoconf-archive @@ -40,13 +32,5 @@ stdenv.mkDerivation rec { maintainers = with maintainers; [ abbradar ]; mainProgram = "xls2csv"; platforms = platforms.unix; - knownVulnerabilities = [ - "CVE-2023-38851" - "CVE-2023-38852" - "CVE-2023-38853" - "CVE-2023-38854" - "CVE-2023-38855" - "CVE-2023-38856" - ]; }; } |
