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

polylith: 0.2.15-alpha -> 0.2.18
This commit is contained in:
OTABI Tomoya 2024-01-01 09:18:14 +09:00 committed by GitHub
commit 6e7d17233b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "polylith"; pname = "polylith";
version = "0.2.15-alpha"; version = "0.2.18";
src = fetchurl { src = fetchurl {
url = "https://github.com/polyfy/polylith/releases/download/v${version}/poly-${version}.jar"; url = "https://github.com/polyfy/polylith/releases/download/v${version}/poly-${version}.jar";
sha256 = "sha256-RAFxOwQykERpW+KEjTQDJN+XRv3JudREyBOk99A/qV8="; sha256 = "sha256-loSv316OV8EjTw65yhSpaYWObs/45k9Xsa+m3cYgNr4=";
}; };
dontUnpack = true; dontUnpack = true;