Merge pull request #333429 from mweinelt/pretalx-2024.2.1

This commit is contained in:
Sandro 2024-08-09 16:17:14 +02:00 committed by GitHub
commit a98392a155
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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; {