Commit 12319d98 authored by Thomas Gerbet's avatar Thomas Gerbet
Browse files

sudo: 1.9.17 -> 1.9.17p1

Fixes CVE-2025-32462 and CVE-2025-32463.

Changes:
https://www.sudo.ws/releases/stable/#1.9.17p1
parent 3a1f517d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@ stdenv.mkDerivation (finalAttrs: {
  pname = "sudo";
  # be sure to check if nixos/modules/security/sudo.nix needs updating when bumping
  # e.g. links to man pages, value constraints etc.
  version = "1.9.17";
  version = "1.9.17p1";

  __structuredAttrs = true;

  src = fetchurl {
    url = "https://www.sudo.ws/dist/sudo-${finalAttrs.version}.tar.gz";
    hash = "sha256-PyEsadU01YIrSS0JmrsCpZP5HKmfWv3ly5vT4dza0Gk=";
    hash = "sha256-/2B+pxcHIZdzinj3eGks1t+afj5ARWX1HeBjyidFXTI=";
  };

  prePatch = ''