updated wger

This commit is contained in:
eyjhb 2025-04-16 18:43:29 +02:00
parent da7f31ae8e
commit 041572f603
Signed by: eyjhb
GPG key ID: 609F508E3239F920

View file

@ -9,16 +9,16 @@
let let
frontend = callPackage ./frontend.nix {}; frontend = callPackage ./frontend.nix {};
in python3.pkgs.buildPythonPackage { in python3.pkgs.buildPythonPackage rec {
pname = "wger"; pname = "wger";
version = "unstable-2025-04-01"; version = "2.3";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "wger-project"; owner = "wger-project";
repo = "wger"; repo = "wger";
rev = "5ead83583acb5faeae3fa1b9b8bcbc5b1a5fc9df"; rev = version;
hash = "sha256-c+NYQiqUOAJNWgOFJFrDozeB6apOUidoA/l+cBC8IHs="; hash = "sha256-riJyVl0/GwAGkcHVzkJc666owPk1E4ca8DV5qTjEbjk=";
}; };
build-system = [ build-system = [