From 0fa6228f790058318c794a5ec975a98ee02db35c Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 4 Dec 2025 01:36:44 +0100 Subject: [PATCH] pretalx: 2025.2.0 -> 2025.2.1 https://docs.pretalx.org/changelog/#2025.2.1 --- pkgs/by-name/pr/pretalx/package.nix | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/pkgs/by-name/pr/pretalx/package.nix b/pkgs/by-name/pr/pretalx/package.nix index 57bdc356cf63..b78e67a40d51 100644 --- a/pkgs/by-name/pr/pretalx/package.nix +++ b/pkgs/by-name/pr/pretalx/package.nix @@ -24,26 +24,16 @@ let }; build-system = with final; [ uv-build ]; }); - - django-tables2 = prev.django-tables2.overridePythonAttrs (oldAttrs: rec { - version = "2.7.0"; - src = fetchFromGitHub { - owner = "jieter"; - repo = "django-tables2"; - tag = "v${version}"; - hash = "sha256-Cb8XhCLqhc2Dx/5uAHnN9zTVL6/1+WekC4qTloBurzM="; - }; - }); }; }; - version = "2025.2.0"; + version = "2025.2.1"; src = fetchFromGitHub { owner = "pretalx"; repo = "pretalx"; tag = "v${version}"; - hash = "sha256-em5bPKKlT3qUAv4zGGjOkjDPY7U8vbuqMZ8NQXwZg4k="; + hash = "sha256-zjRtAy9Tpu5dGbpEteg+TMLgrYKSzK0wrGLQImubx7I="; }; meta = {