autobloody: 0.1.8 -> 1.1.0

This commit is contained in:
R. Ryantm
2025-11-13 08:46:23 +00:00
parent 61630d4ab5
commit 918abf5336

View File

@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "autobloody";
version = "0.1.8";
version = "1.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "CravateRouge";
repo = "autobloody";
tag = "v${version}";
hash = "sha256-0MwhdT9GYLcrdZSqszx1DC9lyz8K61lJZZCzeFfWB0E=";
hash = "sha256-iv2Al5FQMZNVrAxvrwYjglPBxEUUZ9Jn1wFd5B4b9WY=";
};
nativeBuildInputs = with python3.pkgs; [