harmonia: 0.6.7 -> 0.7.0

This commit is contained in:
Jörg Thalheim 2023-08-06 18:44:17 +02:00 committed by zowoq
parent 4620966adb
commit efe95a157a
2 changed files with 6 additions and 4 deletions

View File

@ -11,16 +11,16 @@
rustPlatform.buildRustPackage rec {
pname = "harmonia";
version = "0.6.7";
version = "0.7.0";
src = fetchFromGitHub {
owner = "nix-community";
repo = pname;
rev = "refs/tags/${pname}-v${version}";
hash = "sha256-3tf2lFMrZowRL3v4bkkhyPdULKUZ5w7zJLXlWyMJg3k=";
hash = "sha256-g4ebmMmH+1DZwqGFNGe2cepHRoJfWtdjDEbQxtnORJI=";
};
cargoHash = "sha256-g/f0+sj3XBjDFfSCLNlyqFehODsmf87hwbmobo6Tehg=";
cargoHash = "sha256-Zg5nvx/bBqj1OrG1X+/2pdLK7ITgiEEEa/hYQUqw3NU=";
nativeBuildInputs = [
pkg-config nix

View File

@ -8885,7 +8885,9 @@ with pkgs;
hardinfo = callPackage ../tools/system/hardinfo { };
harmonia = callPackage ../tools/package-management/harmonia { };
harmonia = callPackage ../tools/package-management/harmonia {
nix = nixVersions.unstable;
};
hayagriva = callPackage ../tools/typesetting/hayagriva { };