Skip to content

Commit

Permalink
harmonia: 0.8.0 -> 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
a-kenji committed Aug 11, 2024
1 parent e7f2456 commit 1a7b9f5
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions pkgs/by-name/ha/harmonia/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
, fetchFromGitHub
, libsodium
, nixVersions
, nlohmann_json
, openssl
, pkg-config
, rustPlatform
, nix-update-script
Expand All @@ -11,27 +13,29 @@

rustPlatform.buildRustPackage rec {
pname = "harmonia";
version = "0.8.0";
version = "1.0.0";

src = fetchFromGitHub {
owner = "nix-community";
repo = pname;
rev = "refs/tags/${pname}-v${version}";
hash = "sha256-+V0V/l9Q7HR3J0aH1UWc1qHrpGiRWd6B4R+3MECFORg=";
hash = "sha256-S5UU6/JZzp4mJKplhpJjcACr+M1rQCFQFWuyk9Wwumg=";
};

cargoHash = "sha256-3Nx1YXjbYVOD7pYgI9Cp5Vsxv1j1XeX6pCl4+Q1OtVs=";
cargoHash = "sha256-iCltPaWNq9vWgPfjNYikoU25X8wzlM4ruYI+WgHYv7U=";

doCheck = false;

nativeBuildInputs = [
pkg-config nixVersions.nix_2_21
pkg-config nixVersions.nix_2_24
];

buildInputs = [
boost
libsodium
nixVersions.nix_2_21
openssl
nlohmann_json
nixVersions.nix_2_24
];

passthru = {
Expand Down

0 comments on commit 1a7b9f5

Please sign in to comment.