rssguard: 4.8.4 -> 4.8.5 (#413317)

Co-authored-by: tebriel <tebriel@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-03 14:50:50 +00:00
committed by GitHub
co-authored by tebriel
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "rssguard";
version = "4.8.4";
version = "4.8.5";
src = fetchFromGitHub {
owner = "martinrotter";
repo = "rssguard";
tag = version;
sha256 = "sha256-CWRsuIvjgQHnCfHVUvellFLma8vvqoROfPjKOIuCSCI=";
sha256 = "sha256-JSw3zuKUPqxWbgzLVjLs41fOihQZcfU6PJGb4m6ua90=";
};
buildInputs = [