From 136abd88e01aec2ee27a3abf13b5908eed6f2cb8 Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 22 Jun 2025 18:01:54 +0000 Subject: [PATCH] podcastindex-db: 2025-06-16 -> 2025-06-22 --- pkgs/by-name/podcastindex-db/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/podcastindex-db/package.nix b/pkgs/by-name/podcastindex-db/package.nix index dc6951678..47cb71b6d 100644 --- a/pkgs/by-name/podcastindex-db/package.nix +++ b/pkgs/by-name/podcastindex-db/package.nix @@ -13,14 +13,14 @@ stdenvNoCC.mkDerivation { pname = "podcastindex-db"; - version = "0-unstable-2025-06-16"; + version = "0-unstable-2025-06-22"; src = fetchFromGitea { domain = "git.uninsane.org"; owner = "colin"; repo = "podcastindex-db-mirror"; - rev = "de3dd26e8098cdc7e6d9891ef0a516b7888ed5e4"; - hash = "sha256-zkg3KmY72duUnJQG+RUnbEKOMAErgdX7Vgfd3tHZ42I="; + rev = "d5d89f0509fdf0d68703cfdcf452ad7bb2245bdf"; + hash = "sha256-nxtPYYhZ92+zBQL69DpIiovvpEOPCzMsX6k6ClBpRw4="; }; dontBuild = true;