Merge pull request #327525 from r-ryantm/auto-update/polylith

polylith: 0.2.19 -> 0.2.20
This commit is contained in:
Weijia Wang 2024-07-16 13:39:46 +02:00 committed by GitHub
commit d43ca721c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "polylith";
version = "0.2.19";
version = "0.2.20";
src = fetchurl {
url = "https://github.com/polyfy/polylith/releases/download/v${version}/poly-${version}.jar";
sha256 = "sha256-tJV3kkB7dydnrJ0Es7DoOtCS+TwJG3SMONB2dsyHxx4=";
sha256 = "sha256-c/EFacN8isuxghnxaMn/uqDK1r7w1qn/suV8xbnmvOo=";
};
dontUnpack = true;