wger: bump
This commit is contained in:
parent
24746a608e
commit
5aea8b7afb
1 changed files with 3 additions and 3 deletions
|
@ -11,14 +11,14 @@ let
|
|||
frontend = callPackage ./frontend.nix {};
|
||||
in python3.pkgs.buildPythonPackage rec {
|
||||
pname = "wger";
|
||||
version = "unstable-2024-12-30";
|
||||
version = "unstable-2025-02-28";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "wger-project";
|
||||
repo = "wger";
|
||||
rev = "30871d621fa6e732f07bd33d4112b99539974e5f";
|
||||
hash = "sha256-WcycWbzKug8vUfNnUDhvgmj1kUCpT1P1YJBfdIC1H9g=";
|
||||
rev = "b01923bf0d581859e0c31a44332b8670c6e48b60";
|
||||
hash = "sha256-3l3B3UBQJ45wCHPjAsyG1/V79W03q6Fl2Mwb3R23enQ=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue