komac: 2.8.0 -> 2.9.0 (#375384)

This commit is contained in:
Donovan Glover
2025-01-21 14:30:07 +00:00
committed by GitHub
+5 -3
View File
@@ -13,15 +13,16 @@
installShellFiles,
versionCheckHook,
nix-update-script,
bzip2,
}:
let
version = "2.8.0";
version = "2.9.0";
src = fetchFromGitHub {
owner = "russellbanks";
repo = "Komac";
tag = "v${version}";
hash = "sha256-yAf89GtKu500VPn+CKF6sGC+TPhJcGz2lR7C30/YBRI=";
hash = "sha256-5mGjzWuArEIl5+SHUaOFIRBEjdeCKQOAsUVepPBbsFM=";
};
in
rustPlatform.buildRustPackage {
@@ -29,7 +30,7 @@ rustPlatform.buildRustPackage {
pname = "komac";
cargoHash = "sha256-wgOZoKsbYkbbCKS+2pfqgsHD5Azw72gPJXHhfw5mNqo=";
cargoHash = "sha256-IM+swMrLoHeY/sk9w6CB66IGCNNioVJzNyKKtXimN5g=";
nativeBuildInputs =
[
@@ -44,6 +45,7 @@ rustPlatform.buildRustPackage {
dbus
openssl
zstd
bzip2
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
darwin.apple_sdk.frameworks.Security