Loading pkgs/by-name/ca/canaille/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -12,14 +12,14 @@ let in python.pkgs.buildPythonApplication rec { pname = "canaille"; version = "0.2.1"; version = "0.2.2"; pyproject = true; src = fetchFromGitLab { owner = "yaal"; repo = "canaille"; tag = version; hash = "sha256-6Ksvl03HgpVQRhHtKWQwTrPBkaXcVWoejGaMFBAykHM="; hash = "sha256-hJt2BU8Z0XF94skgK5x1TJUZ9bwEt+VJvaeLLyykpsE="; }; build-system = with python.pkgs; [ Loading Loading @@ -146,7 +146,7 @@ python.pkgs.buildPythonApplication rec { meta = { description = "Lightweight Identity and Authorization Management"; homepage = "https://canaille.readthedocs.io/en/latest/index.html"; changelog = "https://gitlab.com/yaal/canaille/-/blob/${src.rev}/CHANGES.rst"; changelog = "https://gitlab.com/yaal/canaille/-/blob/${src.tag}/CHANGES.rst"; license = lib.licenses.mit; platforms = lib.platforms.linux; maintainers = with lib.maintainers; [ erictapen ]; Loading Loading
pkgs/by-name/ca/canaille/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -12,14 +12,14 @@ let in python.pkgs.buildPythonApplication rec { pname = "canaille"; version = "0.2.1"; version = "0.2.2"; pyproject = true; src = fetchFromGitLab { owner = "yaal"; repo = "canaille"; tag = version; hash = "sha256-6Ksvl03HgpVQRhHtKWQwTrPBkaXcVWoejGaMFBAykHM="; hash = "sha256-hJt2BU8Z0XF94skgK5x1TJUZ9bwEt+VJvaeLLyykpsE="; }; build-system = with python.pkgs; [ Loading Loading @@ -146,7 +146,7 @@ python.pkgs.buildPythonApplication rec { meta = { description = "Lightweight Identity and Authorization Management"; homepage = "https://canaille.readthedocs.io/en/latest/index.html"; changelog = "https://gitlab.com/yaal/canaille/-/blob/${src.rev}/CHANGES.rst"; changelog = "https://gitlab.com/yaal/canaille/-/blob/${src.tag}/CHANGES.rst"; license = lib.licenses.mit; platforms = lib.platforms.linux; maintainers = with lib.maintainers; [ erictapen ]; Loading