Merge pull request #147597 from ericdallo/bump-polylith

polylith: 0.2.12-alpha -> 0.2.13-alpha

authored by Thiago Kenji Okada and committed by GitHub 97724e99 f6053b7c

+2 -2
+2 -2
pkgs/development/tools/misc/polylith/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "polylith"; 5 - version = "0.2.12-alpha"; 6 7 src = fetchurl { 8 url = "https://github.com/polyfy/polylith/releases/download/v${version}/poly-${version}.jar"; 9 - sha256 = "1zsasyrrssj7kmvgfr63fa5hslw9gnlbp9bh05g72bfgzi99n8kg"; 10 }; 11 12 dontUnpack = true;
··· 2 3 stdenv.mkDerivation rec { 4 pname = "polylith"; 5 + version = "0.2.13-alpha"; 6 7 src = fetchurl { 8 url = "https://github.com/polyfy/polylith/releases/download/v${version}/poly-${version}.jar"; 9 + sha256 = "sha256-iLN92qurc8+D0pt7Hwag+TFGoeFl9DvEeS67sKmmoSI="; 10 }; 11 12 dontUnpack = true;