From 263d4797f14903a7590c86a5942e91c81bfc8500 Mon Sep 17 00:00:00 2001 From: Heitor Augusto Date: Mon, 20 Jan 2025 18:33:27 -0300 Subject: [PATCH] komac: 2.8.0 -> 2.9.0 --- pkgs/by-name/ko/komac/package.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ko/komac/package.nix b/pkgs/by-name/ko/komac/package.nix index 55812610341a..8ad3d7339b5b 100644 --- a/pkgs/by-name/ko/komac/package.nix +++ b/pkgs/by-name/ko/komac/package.nix @@ -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