Fabian Affolter
2025-09-23 09:30:14 +02:00
parent abb36516c6
commit 6d86e38bf5
+2 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "forbidden";
version = "13.2";
version = "13.4";
pyproject = true;
src = fetchFromGitHub {
owner = "ivan-sincek";
repo = "forbidden";
tag = "v${version}";
hash = "sha256-DQ8zjiLTgBBoqp8AP5BYULz4KGnVEt8e7bkfYRGWvFw=";
hash = "sha256-eOf74JWDzYz73axY9+6bRcSfJAdHMh3H4+cuUojSU4A=";
};
build-system = with python3.pkgs; [ setuptools ];