overlay: OpenSSH 9.1p1
This commit is contained in:
parent
b6d9b9c81a
commit
62229526b2
@ -3,6 +3,17 @@
|
||||
{
|
||||
nixpkgs.overlays = if isUnstable then [
|
||||
|
||||
(self: super: {
|
||||
openssh = super.openssh.overrideAttrs (old: {
|
||||
version = "9.1p1";
|
||||
|
||||
src = super.fetchurl {
|
||||
url = "mirror://openbsd/OpenSSH/portable/openssh-9.1p1.tar.gz";
|
||||
hash = "sha256-GfhQCcfj4jeH8CNvuxV4OSq01L+fjsX+a8HNfov90og=";
|
||||
};
|
||||
});
|
||||
})
|
||||
|
||||
# https://github.com/NixOS/nixpkgs/pull/194589
|
||||
(self: super: {
|
||||
tidal-hifi = super.tidal-hifi.overrideAttrs (old: {
|
||||
|
Loading…
Reference in New Issue
Block a user