diff options
| author | Ryan Lahfa <masterancpp@gmail.com> | 2025-06-30 11:05:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-30 11:05:12 +0200 |
| commit | 50ab793786d9de88ee30ec4e4c24fb4236fc2674 (patch) | |
| tree | 297fd1a23ea526b5bb33ddad9c385d4cee7baeb3 | |
| parent | [Backport release-24.11] librewolf-unwrapped: 139.0.4-1 -> 140.0.2-1 (#421086) (diff) | |
| parent | lixVersions_2_91: patch for the critical correctness bug (diff) | |
| download | nixpkgs-50ab793786d9de88ee30ec4e4c24fb4236fc2674.tar.gz | |
[24.11] Lix CVE-2025-46415 (critical) bug fixes (#421137)origin/nixos-24.11
| -rw-r--r-- | pkgs/tools/package-management/lix/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/package-management/lix/default.nix b/pkgs/tools/package-management/lix/default.nix index 9e73b99a26ce..ede6a26557f9 100644 --- a/pkgs/tools/package-management/lix/default.nix +++ b/pkgs/tools/package-management/lix/default.nix @@ -67,9 +67,9 @@ lib.makeExtensible (self: { lix_2_91 = ( common { - version = "2.91.2"; - hash = "sha256-TkRjskDnxMPugdLQE/LqIh59RYQFJLYpIuL8YZva2lM="; - docCargoHash = "sha256-Z5NcBtDRsUGtHsquLYZ933jN6MXJAT2CmU1E/c8S7SU="; + version = "2.91.3"; + hash = "sha256-b5d+HnPcyHz0ZJW1+LZl4qm4LGTB/TiaDFQVlVL2xpE="; + docCargoHash = "sha256-0UHx3YLqtDKlGPnVkJATs/OQ1Yq2jMdIeL3CKFfxhaA="; } ); |
