openssh: 9.6p1 -> 9.7p1
Changes: https://www.openssh.com/txt/release-9.7
This commit is contained in:
parent
d4099372a1
commit
41ba7c816b
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue