Skip to content

Commit

Permalink
graylog-5_1: remove
Browse files Browse the repository at this point in the history
Graylog 5.1 was discontinued in May 2024.
https://endoflife.date/graylog
  • Loading branch information
bbenno committed Oct 16, 2024
1 parent a6bdc63 commit 7c42bef
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
9 changes: 0 additions & 9 deletions pkgs/tools/misc/graylog/5.1.nix

This file was deleted.

4 changes: 2 additions & 2 deletions pkgs/tools/misc/graylog/plugins.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, unzip, graylog-5_1 }:
{ lib, stdenv, fetchurl, unzip, graylog-5_2 }:

let
inherit (lib)
Expand All @@ -22,7 +22,7 @@ let
dontUnpack = true;
nativeBuildInputs = [ unzip ];
meta = a.meta // {
platforms = graylog-5_1.meta.platforms;
platforms = graylog-5_2.meta.platforms;
maintainers = (a.meta.maintainers or []) ++ [ maintainers.fadenb ];
sourceProvenance = with sourceTypes; [ binaryBytecode ];
};
Expand Down
1 change: 1 addition & 0 deletions pkgs/top-level/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,7 @@ mapAliases {
graylog-4_0 = throw "graylog 4.x is EOL. Please consider downgrading nixpkgs if you need an upgrade from 4.x to latest series."; # Added 2023-10-09
graylog-4_3 = throw "graylog 4.x is EOL. Please consider downgrading nixpkgs if you need an upgrade from 4.x to latest series."; # Added 2023-10-09
graylog-5_0 = throw "graylog 5.0.x is EOL. Please consider downgrading nixpkgs if you need an upgrade from 5.0.x to latest series."; # Added 2024-02-15
graylog-5_1 = throw "graylog 5.1.x is EOL. Please consider downgrading nixpkgs if you need an upgrade from 5.2.x to latest series."; # Added 2024-10-16
gr-gsm = throw "'gr-gsm' has been renamed to/replaced by 'gnuradio3_7.pkgs.gsm'"; # Converted to throw 2023-09-10
gringo = clingo; # added 2022-11-27
gr-limesdr = throw "'gr-limesdr' has been renamed to/replaced by 'gnuradio3_7.pkgs.limesdr'"; # Converted to throw 2023-09-10
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8122,8 +8122,6 @@ with pkgs;

grails = callPackage ../development/web/grails { jdk = null; };

graylog-5_1 = callPackage ../tools/misc/graylog/5.1.nix { };

graylog-5_2 = callPackage ../tools/misc/graylog/5.2.nix { };

graylog-6_0 = callPackage ../tools/misc/graylog/6.0.nix { };
Expand Down

0 comments on commit 7c42bef

Please sign in to comment.