polylith: 0.2.21 -> 0.2.22 (#419259)

This commit is contained in:
Peder Bergebakken Sundt
2025-06-24 05:42:07 +02:00
committed by GitHub
+2 -2
View File
@@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "polylith";
version = "0.2.21";
version = "0.2.22";
src = fetchurl {
url = "https://github.com/polyfy/polylith/releases/download/v${version}/poly-${version}.jar";
sha256 = "sha256-w1STu6+OzEhZ3MnfXer6QRQauEfW15iMIiiMN+nxAe0=";
sha256 = "sha256-DKJ669TeDFK/USi7UxraAqgqnSCkG/nSIGphvpsmUv8=";
};
dontUnpack = true;