Unverified Commit 726fd60d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #296145 from r-ryantm/auto-update/klipper-estimator

klipper-estimator: 3.6.0 -> 3.7.0
parents 3e68f124 a869bde4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,16 +11,16 @@

rustPlatform.buildRustPackage rec {
  pname = "klipper-estimator";
  version = "3.6.0";
  version = "3.7.0";

  src = fetchFromGitHub {
    owner = "Annex-Engineering";
    repo = "klipper_estimator";
    rev = "v${version}";
    hash = "sha256-1Od4sIHrg52DezV5DCg2NVv/2nbXQW3fK6f9aqVmlTk=";
    hash = "sha256-tGyqJtRKdfiWnf76F3W8P5XoLLMTrPWGlZ7Kwn8n/XQ=";
  };

  cargoHash = "sha256-5O2KUTegK5ArTalJ57/Kn9lzlkmAIXnzluljvfrIc5U=";
  cargoHash = "sha256-ztGPqnZfP55WXfiKDSacdsalkDVuiLcfo3g4CtkFUXc=";

  buildInputs =
    [ openssl ]