Merge pull request #150662 from Stunkymonkey/CostEstimation-3.4.0

octoprint.python.pkgs.costestimate: 3.3.0 -> 3.4.0
This commit is contained in:
Gabriel Ebner 2022-01-11 17:57:12 +01:00 committed by GitHub
commit f977c72b7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,13 +75,13 @@ in
costestimation = buildPlugin rec {
pname = "CostEstimation";
version = "3.3.0";
version = "3.4.0";
src = fetchFromGitHub {
owner = "OllisGit";
repo = "OctoPrint-${pname}";
rev = version;
sha256 = "sha256-d7miGMCNJD0siaZb6EnoMZCkKot7vnZjxNZX2TunJcs=";
sha256 = "sha256-04OPa/RpM8WehUmOp195ocsAjAvKdVY7iD5ybzQO7Dg=";
};
meta = with lib; {