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 {
pname = "harmonia";
version = "0.7.4";
version = "0.7.5";
src = fetchFromGitHub {
owner = "nix-community";
repo = pname;
rev = "refs/tags/${pname}-v${version}";
hash = "sha256-72JMrXmxw/FuGjqXXxMIGiAbUUOqXEERdQwch+s3iwU=";
hash = "sha256-QqRq5maYk4hDl0MXkj9wOPWUta5b+kXG9e/kqRorNE4=";
};
cargoHash = "sha256-Q5Y5v7mmJpfZFGRgurTcRBRtbApFRrwqOBHdZTJbyzc=";
cargoHash = "sha256-dlmSn4cWU6RqEiUoQYNJFhxu3owplkxlbtszBxm+GbU=";
nativeBuildInputs = [
pkg-config nixVersions.nix_2_19
pkg-config nixVersions.nix_2_21
];
buildInputs = [
boost
libsodium
nixVersions.nix_2_19
nixVersions.nix_2_21
];
passthru = {