wger: bumped to flexible routines, many changes, luckily easy update
This commit is contained in:
parent
fd98cfb6d0
commit
9a87a9e132
2 changed files with 11 additions and 13 deletions
|
@ -9,16 +9,16 @@
|
|||
|
||||
let
|
||||
frontend = callPackage ./frontend.nix {};
|
||||
in python3.pkgs.buildPythonPackage rec {
|
||||
in python3.pkgs.buildPythonPackage {
|
||||
pname = "wger";
|
||||
version = "unstable-2025-02-28";
|
||||
version = "unstable-2025-04-01";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "wger-project";
|
||||
repo = "wger";
|
||||
rev = "b01923bf0d581859e0c31a44332b8670c6e48b60";
|
||||
hash = "sha256-3l3B3UBQJ45wCHPjAsyG1/V79W03q6Fl2Mwb3R23enQ=";
|
||||
rev = "5ead83583acb5faeae3fa1b9b8bcbc5b1a5fc9df";
|
||||
hash = "sha256-c+NYQiqUOAJNWgOFJFrDozeB6apOUidoA/l+cBC8IHs=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue