Loading pkgs/servers/etcd/3.3.nix +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ buildGoPackage rec { description = "Distributed reliable key-value store for the most critical data of a distributed system"; license = licenses.asl20; homepage = "https://etcd.io/"; maintainers = with maintainers; [ offline zowoq ]; maintainers = with maintainers; [ offline ]; broken = stdenv.isDarwin; # outdated golang.org/x/sys knownVulnerabilities = [ "CVE-2023-32082" ]; }; Loading pkgs/servers/etcd/3.4.nix +1 −1 Original line number Diff line number Diff line Loading @@ -29,6 +29,6 @@ buildGoModule rec { description = "Distributed reliable key-value store for the most critical data of a distributed system"; license = licenses.asl20; homepage = "https://etcd.io/"; maintainers = with maintainers; [ offline zowoq ]; maintainers = with maintainers; [ offline ]; }; } pkgs/servers/etcd/3.5.nix +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ let description = "Distributed reliable key-value store for the most critical data of a distributed system"; license = licenses.asl20; homepage = "https://etcd.io/"; maintainers = with maintainers; [ offline zowoq endocrimes ]; maintainers = with maintainers; [ offline endocrimes ]; platforms = platforms.darwin ++ platforms.linux; }; Loading Loading
pkgs/servers/etcd/3.3.nix +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ buildGoPackage rec { description = "Distributed reliable key-value store for the most critical data of a distributed system"; license = licenses.asl20; homepage = "https://etcd.io/"; maintainers = with maintainers; [ offline zowoq ]; maintainers = with maintainers; [ offline ]; broken = stdenv.isDarwin; # outdated golang.org/x/sys knownVulnerabilities = [ "CVE-2023-32082" ]; }; Loading
pkgs/servers/etcd/3.4.nix +1 −1 Original line number Diff line number Diff line Loading @@ -29,6 +29,6 @@ buildGoModule rec { description = "Distributed reliable key-value store for the most critical data of a distributed system"; license = licenses.asl20; homepage = "https://etcd.io/"; maintainers = with maintainers; [ offline zowoq ]; maintainers = with maintainers; [ offline ]; }; }
pkgs/servers/etcd/3.5.nix +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ let description = "Distributed reliable key-value store for the most critical data of a distributed system"; license = licenses.asl20; homepage = "https://etcd.io/"; maintainers = with maintainers; [ offline zowoq endocrimes ]; maintainers = with maintainers; [ offline endocrimes ]; platforms = platforms.darwin ++ platforms.linux; }; Loading