polylith: 0.2.14-alpha -> 0.2.15-alpha

This commit is contained in:
José Luis Lafuente 2022-10-16 18:23:20 +02:00
parent f9318e0c67
commit cefdc1b90e
No known key found for this signature in database
GPG Key ID: 8A3455EBE455489A

View File

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