octoprint.python.pkgs.costestimation: 3.2.0 -> 3.3.0

This commit is contained in:
Martin Weinelt 2021-08-09 17:28:00 +02:00
parent 5b6b10f7ae
commit 9a9480f381
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -73,13 +73,13 @@ in {
costestimation = buildPlugin rec {
pname = "CostEstimation";
version = "3.2.0";
version = "3.3.0";
src = fetchFromGitHub {
owner = "OllisGit";
repo = "OctoPrint-${pname}";
rev = version;
sha256 = "1j476jcw7gh8zqqdc5vddwv5wpjns7cd1hhpn7m9fxq3d5bi077w";
sha256 = "sha256-d7miGMCNJD0siaZb6EnoMZCkKot7vnZjxNZX2TunJcs=";
};
meta = with lib; {