about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2023-07-01 09:16:29 +0000
committerAaron Jheng <wentworth@outlook.com>2023-07-01 09:16:29 +0000
commit1104614287bc58398844e9fddfcdb1fda446d08c (patch)
tree3695ca57e6c0b629c24438323bf0f07b2a1ebddf /pkgs
parent54769c6fa1c6a984d5923d746b57e5461a0c2bba (diff)
systemd-journal2gelf: unstable-2022-02-15 -> unstable-2023-03-10
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/system/systemd-journal2gelf/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/system/systemd-journal2gelf/default.nix b/pkgs/tools/system/systemd-journal2gelf/default.nix
index 21db5f5c72ff3..ef7f5b039cfb7 100644
--- a/pkgs/tools/system/systemd-journal2gelf/default.nix
+++ b/pkgs/tools/system/systemd-journal2gelf/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "SystemdJournal2Gelf";
-  version = "unstable-2022-02-15";
+  version = "unstable-2023-03-10";
 
   src = fetchFromGitHub {
     owner = "parse-nl";
     repo = "SystemdJournal2Gelf";
-    rev = "86f9f41b26b6848345c2424fbf1ff907b876bb5b";
-    sha256 = "sha256-xsrKuZVN6Eb0vG98LbQnFqNxHthv+uL/h2HCDiFY0Oo=";
+    rev = "863a15df5ed2d50365bb9c27424e3b118ce404c0";
+    hash = "sha256-AwJq0xZAoIpBz9kGERfmZZTn28LbAKIl3gUsFKL3yvs=";
   };
 
-  vendorSha256 = null;
+  vendorHash = null;
 
   ldflags = [ "-s" "-w" ];