polylith: 0.3.32 -> 0.3.33

This commit is contained in:
R. Ryantm
2026-09-13 19:28:18 +00:00
parent cf7580da2d
commit 8d2fe0d23f

View File

@@ -8,11 +8,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "polylith";
version = "0.3.32";
version = "0.3.33";
src = fetchurl {
url = "https://github.com/polyfy/polylith/releases/download/v${finalAttrs.version}/poly-${finalAttrs.version}.jar";
sha256 = "sha256-bfF7YXGA6StGF1jZor/TZQ6tNU28Z8kcaiPdkmjljx4=";
sha256 = "sha256-t3WCANee9WwmdYnQldfGp4zEhAH+rFBxR1jPNdOIoio=";
};
dontUnpack = true;