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

klipper-estimator: 3.6.0 -> 3.7.0

authored by Nick Cao and committed by GitHub 726fd60d 3e68f124

+3 -3
+3 -3
pkgs/applications/misc/klipper-estimator/default.nix
··· 11 12 rustPlatform.buildRustPackage rec { 13 pname = "klipper-estimator"; 14 - version = "3.6.0"; 15 16 src = fetchFromGitHub { 17 owner = "Annex-Engineering"; 18 repo = "klipper_estimator"; 19 rev = "v${version}"; 20 - hash = "sha256-1Od4sIHrg52DezV5DCg2NVv/2nbXQW3fK6f9aqVmlTk="; 21 }; 22 23 - cargoHash = "sha256-5O2KUTegK5ArTalJ57/Kn9lzlkmAIXnzluljvfrIc5U="; 24 25 buildInputs = 26 [ openssl ]
··· 11 12 rustPlatform.buildRustPackage rec { 13 pname = "klipper-estimator"; 14 + version = "3.7.0"; 15 16 src = fetchFromGitHub { 17 owner = "Annex-Engineering"; 18 repo = "klipper_estimator"; 19 rev = "v${version}"; 20 + hash = "sha256-tGyqJtRKdfiWnf76F3W8P5XoLLMTrPWGlZ7Kwn8n/XQ="; 21 }; 22 23 + cargoHash = "sha256-ztGPqnZfP55WXfiKDSacdsalkDVuiLcfo3g4CtkFUXc="; 24 25 buildInputs = 26 [ openssl ]