Commit 0b041aec authored by Raito Bezarius's avatar Raito Bezarius
Browse files

lix_2_95: 2.95.1 -> 2.95.2



Address an exploitable intger overflow leading to privilege escalation.
Read Lix release notes for more details.

Change-Id: I0d4ade161025189798b3ded82d33cd2de92d0ee8
Signed-off-by: default avatarRaito Bezarius <masterancpp@gmail.com>
parent bb29bae6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -199,14 +199,14 @@ lib.makeExtensible (
      attrName = "lix_2_95";

      lix-args = rec {
        version = "2.95.1";
        version = "2.95.2";

        src = fetchFromGitea {
          domain = "git.lix.systems";
          owner = "lix-project";
          repo = "lix";
          rev = version;
          hash = "sha256-eZEynXdDcrjDMjGVfDhFJJrU5ENal7wlx7bn/wkggTg=";
          hash = "sha256-nFxJMIdcGTI9NiHAa5HZ2BmcGFLwC2pTq+V4Gjc499I=";
        };

        cargoDeps = rustPlatform.fetchCargoVendor {