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

openssh: 9.6p1 -> 9.7p1
This commit is contained in:
Fabián Heredia Montiel 2024-03-12 14:43:43 -06:00 committed by GitHub
commit 98114f7271
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];