mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
pretalx: 2024.2.0 -> 2024.2.1
https://docs.pretalx.org/en/latest/changelog.html
This commit is contained in:
parent
b7e1f2fbc8
commit
2146326272
1 changed files with 2 additions and 2 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue