polylith: 0.2.21 -> 0.2.22

This commit is contained in:
R. Ryantm 2025-06-23 13:10:34 +00:00
parent eeab26971f
commit 67537cf7b5

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;