Skip to content

Commit

Permalink
pretalx: 2024.3.0 -> 2024.3.1 (#351539)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Oct 27, 2024
2 parents 79ed655 + 6b29ffe commit 95b5219
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/pr/pretalx/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,20 @@ let
};
};

version = "2024.3.0";
version = "2024.3.1";

src = fetchFromGitHub {
owner = "pretalx";
repo = "pretalx";
rev = "v${version}";
hash = "sha256-Xv3VwYrwCGgOUf1ilD58ATj+bkehF9+im4124ivCaEU=";
hash = "sha256-y3BsNmLh9M5NgDPURCjCGWYci40hYcQtDVqsu2HqPRU=";
};

meta = with lib; {
description = "Conference planning tool: CfP, scheduling, speaker management";
mainProgram = "pretalx-manage";
homepage = "https://github.com/pretalx/pretalx";
changelog = "https://docs.pretalx.org/en/latest/changelog.html";
changelog = "https://docs.pretalx.org/changelog/#${version}";
license = licenses.asl20;
maintainers = with maintainers; [ hexa] ++ teams.c3d2.members;
platforms = platforms.linux;
Expand Down

0 comments on commit 95b5219

Please sign in to comment.