openssh: 9.5p1 -> 9.6p1
This commit is contained in:
parent
7ed419e80f
commit
7d565226df
2 changed files with 2 additions and 3 deletions
|
@ -13,7 +13,6 @@
|
||||||
# package without splicing See: https://github.com/NixOS/nixpkgs/pull/107606
|
# package without splicing See: https://github.com/NixOS/nixpkgs/pull/107606
|
||||||
, pkgs
|
, pkgs
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, fetchpatch
|
|
||||||
, autoreconfHook
|
, autoreconfHook
|
||||||
, zlib
|
, zlib
|
||||||
, openssl
|
, openssl
|
||||||
|
|
|
@ -5,11 +5,11 @@ in
|
||||||
{
|
{
|
||||||
openssh = common rec {
|
openssh = common rec {
|
||||||
pname = "openssh";
|
pname = "openssh";
|
||||||
version = "9.5p1";
|
version = "9.6p1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://openbsd/OpenSSH/portable/openssh-${version}.tar.gz";
|
url = "mirror://openbsd/OpenSSH/portable/openssh-${version}.tar.gz";
|
||||||
hash = "sha256-8Cbnt5un+1QPdRgq+W3IqPHbOV+SK7yfbKYDZyaGCGs=";
|
hash = "sha256-kQIRwHJVqMWtZUORtA7lmABxDdgRndU2LeCThap6d3w=";
|
||||||
};
|
};
|
||||||
|
|
||||||
extraPatches = [ ./ssh-keysign-8.5.patch ];
|
extraPatches = [ ./ssh-keysign-8.5.patch ];
|
||||||
|
|
Loading…
Reference in a new issue