klipper-estimator: 3.5.0 -> 3.6.0

This commit is contained in:
R. Ryantm 2023-11-22 03:01:30 +00:00 committed by Weijia Wang
parent e09e2090f8
commit 07b1f2711b
2 changed files with 6 additions and 5 deletions

View File

@ -6,24 +6,25 @@
, openssl
, libgit2
, Security
, SystemConfiguration
}:
rustPlatform.buildRustPackage rec {
pname = "klipper-estimator";
version = "3.5.0";
version = "3.6.0";
src = fetchFromGitHub {
owner = "Annex-Engineering";
repo = "klipper_estimator";
rev = "v${version}";
hash = "sha256-sq0HWK+zH7Rj/XFgMrI4+SVhBXPbvvoSr3A/1Aq/Fa8=";
hash = "sha256-1Od4sIHrg52DezV5DCg2NVv/2nbXQW3fK6f9aqVmlTk=";
};
cargoHash = "sha256-QHSydaE867HaY7vBoV+v4p7G5qbQy5l3TemD3k41T4A=";
cargoHash = "sha256-5O2KUTegK5ArTalJ57/Kn9lzlkmAIXnzluljvfrIc5U=";
buildInputs =
[ openssl ]
++ lib.optionals stdenv.isDarwin [ libgit2 Security ];
++ lib.optionals stdenv.isDarwin [ libgit2 Security SystemConfiguration ];
nativeBuildInputs = [ pkg-config ];

View File

@ -5821,7 +5821,7 @@ with pkgs;
klipper-genconf = callPackage ../servers/klipper/klipper-genconf.nix { };
klipper-estimator = callPackage ../applications/misc/klipper-estimator {
inherit (darwin.apple_sdk.frameworks) Security;
inherit (darwin.apple_sdk.frameworks) Security SystemConfiguration;
};
klipperscreen = callPackage ../applications/misc/klipperscreen { };