actool: 1.3.0 -> 1.3.2

Fix handling for asset subdirectories.
This commit is contained in:
Stanisław Pitucha
2026-03-30 09:47:10 +11:00
parent 98326eae44
commit 49decf88a8
+2 -2
View File
@@ -6,14 +6,14 @@
}:
python3Packages.buildPythonApplication (finalAttrs: {
pname = "actool";
version = "1.3.0";
version = "1.3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "viraptor";
repo = "actool";
tag = finalAttrs.version;
hash = "sha256-8v2P6Z1ZOP65M30+7dTtfXvD0dvaKYSLA9aaP2uzA7E=";
hash = "sha256-4g4Uex6eE5ULKi9JGaOIlyTAzwuK0cPKdYMxTnvKN3U=";
};
build-system = with python3Packages; [