harmonia: 2.0.0 -> 2.0.1
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user