Unverified Commit 45716e15 authored by numinit's avatar numinit Committed by GitHub
Browse files

openssh_hpn, openssh_gssapi: 10.1p1 -> 10.2p1 (#450673)

parents 95cf4c94 0014656c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -50,12 +50,12 @@ in

  openssh_hpn = common rec {
    pname = "openssh-with-hpn";
    version = "10.1p1";
    version = "10.2p1";
    extraDesc = " with high performance networking patches";

    src = fetchurl {
      url = urlFor version;
      hash = "sha256-ufx6K4JXlGem8vQ+SoHI4d/aYU3bT5slWq/XAgu/B1g=";
      hash = "sha256-zMQsBBmTeVkmP6Hb0W2vwYxWuYTANWLSk3zlamD3mLI=";
    };

    extraPatches =
@@ -93,12 +93,12 @@ in

  openssh_gssapi = common rec {
    pname = "openssh-with-gssapi";
    version = "10.1p1";
    version = "10.2p1";
    extraDesc = " with GSSAPI support";

    src = fetchurl {
      url = urlFor version;
      hash = "sha256-ufx6K4JXlGem8vQ+SoHI4d/aYU3bT5slWq/XAgu/B1g=";
      hash = "sha256-zMQsBBmTeVkmP6Hb0W2vwYxWuYTANWLSk3zlamD3mLI=";
    };

    extraPatches = [