harmonia: 2.0.0 -> 2.0.1

This commit is contained in:
Jörg Thalheim
2024-12-09 20:26:46 +01:00
parent 3da9d80a6b
commit 2551fa34fc
+5 -17
View File
@@ -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 {