pretalx: 2024.2.0 -> 2024.2.1

https://docs.pretalx.org/en/latest/changelog.html
This commit is contained in:
Martin Weinelt 2024-08-09 13:27:24 +02:00
parent b7e1f2fbc8
commit 2146326272
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -29,13 +29,13 @@ let
};
};
version = "2024.2.0";
version = "2024.2.1";
src = fetchFromGitHub {
owner = "pretalx";
repo = "pretalx";
rev = "v${version}";
hash = "sha256-2HkxFS+T/lN/8EvAL3S4iVYn30y0OPmaUSneEPEA62k=";
hash = "sha256-D0ju9aOVy/new9GWqyFalZYCisdmM7irWSbn2TVCJYQ=";
};
meta = with lib; {