openssh: 9.2p1 -> 9.3p1
This commit is contained in:
parent
6ccb6e189d
commit
b73979f09b
@ -6,11 +6,11 @@ in
|
||||
|
||||
openssh = common rec {
|
||||
pname = "openssh";
|
||||
version = "9.2p1";
|
||||
version = "9.3p1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://openbsd/OpenSSH/portable/openssh-${version}.tar.gz";
|
||||
hash = "sha256-P2bb8WVftF9Q4cVtpiqwEhjCKIB7ITONY068351xz0Y=";
|
||||
hash = "sha256-6bq6dwGnalHz2Fpiw4OjydzZf6kAuFm8fbEUwYaK+Kg=";
|
||||
};
|
||||
|
||||
extraPatches = [ ./ssh-keysign-8.5.patch ];
|
||||
|
Loading…
Reference in New Issue
Block a user