overlays/openssh update to 9.3p1
This commit is contained in:
parent
c53d7b39b9
commit
b486c05710
@ -1,10 +1,10 @@
|
||||
let
|
||||
openssh = self: super: {
|
||||
openssh = super.openssh.overrideAttrs (old: rec {
|
||||
version = "9.2p1";
|
||||
version = "9.3p1";
|
||||
src = super.fetchurl {
|
||||
url = "mirror://openbsd/OpenSSH/portable/openssh-${version}.tar.gz";
|
||||
hash = "sha256-P2bb8WVftF9Q4cVtpiqwEhjCKIB7ITONY068351xz0Y=";
|
||||
hash = "sha256-6bq6dwGnalHz2Fpiw4OjydzZf6kAuFm8fbEUwYaK+Kg=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user