Skip to content

Commit

Permalink
openssh: 9.5p1 -> 9.6p1
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Dec 18, 2023
1 parent 7ed419e commit 7d56522
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion pkgs/tools/networking/openssh/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# package without splicing See: https://github.com/NixOS/nixpkgs/pull/107606
, pkgs
, fetchurl
, fetchpatch
, autoreconfHook
, zlib
, openssl
Expand Down
4 changes: 2 additions & 2 deletions pkgs/tools/networking/openssh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 7d56522

Please sign in to comment.