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

klipper-estimator: 3.7.0 -> 3.7.1
This commit is contained in:
Nick Cao 2024-03-22 11:56:53 -04:00 committed by GitHub
commit 8e9f5d780b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,16 +11,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "klipper-estimator"; pname = "klipper-estimator";
version = "3.7.0"; version = "3.7.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Annex-Engineering"; owner = "Annex-Engineering";
repo = "klipper_estimator"; repo = "klipper_estimator";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-tGyqJtRKdfiWnf76F3W8P5XoLLMTrPWGlZ7Kwn8n/XQ="; hash = "sha256-zRHV8Bc4+diSfb/hhBxBTaSiZHlKZ9wgd8DZ4Kt6nf0=";
}; };
cargoHash = "sha256-ztGPqnZfP55WXfiKDSacdsalkDVuiLcfo3g4CtkFUXc="; cargoHash = "sha256-zozZuVzn/xYjmP9+B5uzIBuu/rx/tymgvOuiKz617eo=";
buildInputs = buildInputs =
[ openssl ] [ openssl ]