From da7d1a2a841b7d0adffdfed17d7360d543614ebe Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 25 May 2026 10:41:06 +0000 Subject: [PATCH] grafanaPlugins.volkovlabs-rss-datasource: 4.4.0 -> 4.4.1 --- .../grafana/plugins/volkovlabs-rss-datasource/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/monitoring/grafana/plugins/volkovlabs-rss-datasource/default.nix b/pkgs/servers/monitoring/grafana/plugins/volkovlabs-rss-datasource/default.nix index 3db477e171ed..3cc607729bda 100644 --- a/pkgs/servers/monitoring/grafana/plugins/volkovlabs-rss-datasource/default.nix +++ b/pkgs/servers/monitoring/grafana/plugins/volkovlabs-rss-datasource/default.nix @@ -2,8 +2,8 @@ grafanaPlugin { pname = "volkovlabs-rss-datasource"; - version = "4.4.0"; - zipHash = "sha256-0/B5E1DSjVq9e+1FAFw0J3Kuc7oud6apP9b07icg1Hk="; + version = "4.4.1"; + zipHash = "sha256-SaSzrtAiB97IM2se1RLBkkpZeFjMmvS9o5Si2aGOv+c="; meta = { description = "Plugin for Grafana that retrieves RSS/Atom feeds and allows visualizing them using Dynamic Text and other panels"; license = lib.licenses.asl20;