Merge pull request #297761 from Mic92/harmonia

harmonia: 0.7.4 -> 0.7.5
This commit is contained in:
Florian Klink 2024-03-22 00:31:36 +02:00 committed by GitHub
commit 6f4bdd486e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,25 +12,25 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "harmonia"; pname = "harmonia";
version = "0.7.4"; version = "0.7.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nix-community"; owner = "nix-community";
repo = pname; repo = pname;
rev = "refs/tags/${pname}-v${version}"; rev = "refs/tags/${pname}-v${version}";
hash = "sha256-72JMrXmxw/FuGjqXXxMIGiAbUUOqXEERdQwch+s3iwU="; hash = "sha256-QqRq5maYk4hDl0MXkj9wOPWUta5b+kXG9e/kqRorNE4=";
}; };
cargoHash = "sha256-Q5Y5v7mmJpfZFGRgurTcRBRtbApFRrwqOBHdZTJbyzc="; cargoHash = "sha256-dlmSn4cWU6RqEiUoQYNJFhxu3owplkxlbtszBxm+GbU=";
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config nixVersions.nix_2_19 pkg-config nixVersions.nix_2_21
]; ];
buildInputs = [ buildInputs = [
boost boost
libsodium libsodium
nixVersions.nix_2_19 nixVersions.nix_2_21
]; ];
passthru = { passthru = {