godotpcktool: 2.1 -> 2.2

This commit is contained in:
Timo Gottszky
2025-09-25 11:13:40 +02:00
parent 3da6f8b8c5
commit ba2d729cbc

View File

@@ -7,13 +7,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "godotpcktool";
version = "2.1";
version = "2.2";
src = fetchFromGitHub {
owner = "hhyyrylainen";
repo = "GodotPckTool";
tag = "v${finalAttrs.version}";
hash = "sha256-jQ6LypQEz7r04lS4Zmu0EvpV/IYM79pmUlaykVUd+po=";
hash = "sha256-H0v432PyKscazR9PN5d+MmYZ8ND497m3RHmWpw16UY4=";
fetchSubmodules = true;
};