gamma-launcher: 3.0 -> 3.1

This commit is contained in:
R. Ryantm
2026-07-09 03:04:33 +00:00
parent 8ab1ccd1c1
commit 6ceb2b2ae3

View File

@@ -17,14 +17,14 @@ let
in
python3Packages.buildPythonApplication rec {
pname = "gamma-launcher";
version = "3.0";
version = "3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Mord3rca";
repo = "gamma-launcher";
tag = "v${version}";
hash = "sha256-bvlNmpl2L9MAhZMyHwosXrypH1CQrSI1RQwo+sXO7/w=";
hash = "sha256-FLxJfP1fl3efRk9iAIAsMUrjQcUNa04GjiAKrYequF8=";
};
build-system = [ python3Packages.setuptools ];