Unverified Commit 175b0a1c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

klipper-estimator: 3.3.0 -> 3.4.0
parents 7b5ce85d 12dc94ae
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,16 +10,16 @@

rustPlatform.buildRustPackage rec {
  pname = "klipper-estimator";
  version = "3.3.0";
  version = "3.4.0";

  src = fetchFromGitHub {
    owner = "Annex-Engineering";
    repo = "klipper_estimator";
    rev = "v${version}";
    hash = "sha256-bWKR7+eX7tcc9KywKIg6CY+3qALPqOSSiSSlK44iTDQ=";
    hash = "sha256-h3mXdkUIc8OycvBbS5LhxsoIsO/GTXf3XkxbSpwfPHw=";
  };

  cargoHash = "sha256-cPdFRBU8B4C2el9N069QooiJdpopns8RJEyavemYdUc=";
  cargoHash = "sha256-e9IMkrvlkiVxwRToKGLzzBW4JZNsaOpucoHQiusehdY=";

  buildInputs =
    [ openssl ]