diff --git a/pkgs/by-name/podcastindex-db/package.nix b/pkgs/by-name/podcastindex-db/package.nix index 61c66b9a8..b72ac8c1a 100644 --- a/pkgs/by-name/podcastindex-db/package.nix +++ b/pkgs/by-name/podcastindex-db/package.nix @@ -13,14 +13,14 @@ stdenv.mkDerivation { pname = "podcastindex-db"; - version = "0-unstable-2025-05-30"; + version = "0-unstable-2025-06-02"; src = fetchFromGitea { domain = "git.uninsane.org"; owner = "colin"; repo = "podcastindex-db-mirror"; - rev = "513da0c63e4e9ba5faba1ba3aa37efefacfd2489"; - hash = "sha256-tE7jLq9vTfXZF779vn68d7W+QX7cWieP72Rqo/paAjc="; + rev = "8f075555fc56c57631dcac09bd47950497789373"; + hash = "sha256-xapQrqNuy0XHCEc+UxO4FPu7Pq15zVZQpQzUEYHQlvM="; }; dontBuild = true;