From 2551fa34fca100aaadacdc52e745d51954cc848a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 9 Dec 2024 20:23:25 +0100 Subject: [PATCH] harmonia: 2.0.0 -> 2.0.1 --- pkgs/by-name/ha/harmonia/package.nix | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/pkgs/by-name/ha/harmonia/package.nix b/pkgs/by-name/ha/harmonia/package.nix index dfe8906906cf..2dad6fc1693f 100644 --- a/pkgs/by-name/ha/harmonia/package.nix +++ b/pkgs/by-name/ha/harmonia/package.nix @@ -1,9 +1,6 @@ { lib -, boost , fetchFromGitHub , libsodium -, nixVersions -, nlohmann_json , openssl , pkg-config , rustPlatform @@ -13,30 +10,21 @@ rustPlatform.buildRustPackage rec { pname = "harmonia"; - version = "2.0.0"; + version = "2.0.1"; src = fetchFromGitHub { owner = "nix-community"; repo = "harmonia"; rev = "refs/tags/harmonia-v${version}"; - hash = "sha256-tG8aazgNIuABlh2RkL6Ca0EaryLhP15X+dz2UcwGfOk="; + hash = "sha256-tqkTzUdwnTfVuCrcFag7YKgGkiR9srR45e4v0XMXVCY="; }; - cargoHash = "sha256-QccBuXZ9YS5w/Dip0qior0EWIbuMgwqjBaeemkJ6GAk="; + cargoHash = "sha256-iZbIuYSC/RLmYEhBu46EEzN+WG2RoUJbZegedXkh+Rg="; doCheck = false; - nativeBuildInputs = [ - pkg-config nixVersions.nix_2_24 - ]; - - buildInputs = [ - boost - libsodium - openssl - nlohmann_json - nixVersions.nix_2_24 - ]; + nativeBuildInputs = [ pkg-config ]; + buildInputs = [ libsodium openssl ]; passthru = { updateScript = nix-update-script {