pakku: 1.2.1 -> 1.3.2

(cherry picked from commit db5f53dc54)
This commit is contained in:
Redlonghead
2025-10-15 19:11:42 -05:00
committed by github-actions[bot]
parent 13597aacd5
commit e741d87bd5

View File

@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pakku";
version = "1.2.1";
version = "1.3.2";
src = fetchFromGitHub {
owner = "juraj-hrivnak";
repo = "Pakku";
tag = "v${finalAttrs.version}";
hash = "sha256-hWQq2awZV07wX4jK9K/QoXekrlZukuDv6CtY1O09ZkQ=";
hash = "sha256-PVET+A9LVWnqLCXz3R9EP7gk6GOViSzhRLrXTjNFPaA=";
};
gradleBuildTask = "jvmJar";