Merge pull request #275249 from SuperSandro2000/openssh_9_6

openssh: 9.5p1 -> 9.6p1
This commit is contained in:
Janne Heß 2023-12-19 13:24:01 +01:00 committed by GitHub
commit 9a9873567d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -13,7 +13,6 @@
# package without splicing See: https://github.com/NixOS/nixpkgs/pull/107606
, pkgs
, fetchurl
, fetchpatch
, autoreconfHook
, zlib
, openssl

View File

@ -5,11 +5,11 @@ in
{
openssh = common rec {
pname = "openssh";
version = "9.5p1";
version = "9.6p1";
src = fetchurl {
url = "mirror://openbsd/OpenSSH/portable/openssh-${version}.tar.gz";
hash = "sha256-8Cbnt5un+1QPdRgq+W3IqPHbOV+SK7yfbKYDZyaGCGs=";
hash = "sha256-kQIRwHJVqMWtZUORtA7lmABxDdgRndU2LeCThap6d3w=";
};
extraPatches = [ ./ssh-keysign-8.5.patch ];