Unverified Commit 98114f72 authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

Merge pull request #295133 from LeSuisse/openssh-9.7p1

openssh: 9.6p1 -> 9.7p1
parents 037dc6aa 41ba7c81
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,11 +5,11 @@ in
{
  openssh = common rec {
    pname = "openssh";
    version = "9.6p1";
    version = "9.7p1";

    src = fetchurl {
      url = "mirror://openbsd/OpenSSH/portable/openssh-${version}.tar.gz";
      hash = "sha256-kQIRwHJVqMWtZUORtA7lmABxDdgRndU2LeCThap6d3w=";
      hash = "sha256-SQQm92bYKidj/KzY2D6j1weYdQx70q/y5X3FZg93P/0=";
    };

    extraPatches = [ ./ssh-keysign-8.5.patch ];