diff --git a/pkgs/by-name/podcastindex-db/package.nix b/pkgs/by-name/podcastindex-db/package.nix index c4fc88fad..06133714b 100644 --- a/pkgs/by-name/podcastindex-db/package.nix +++ b/pkgs/by-name/podcastindex-db/package.nix @@ -13,13 +13,13 @@ stdenvNoCC.mkDerivation { pname = "podcastindex-db"; - version = "0-unstable-2025-07-15"; + version = "0-unstable-2025-07-20"; src = fetchFromGitea { domain = "git.uninsane.org"; owner = "colin"; repo = "podcastindex-db-mirror"; - rev = "7798a2a8c65e5d2613cada00392051e93aa5c4d7"; + rev = "41a9cb642a13b0b9b640e0ebd52829ef20ea07c6"; hash = "sha256-dRrVUlGAEiLJDk5b4hRJut2rN4FOsmeiB3agXlyMQbc="; };