Merge pull request #311634 from Thesola10/master

harmonia: 0.7.5 -> 0.8.0, migrate to by-name
This commit is contained in:
Jörg Thalheim 2024-05-31 20:47:56 +02:00 committed by GitHub
commit c75573a745
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -12,16 +12,18 @@
rustPlatform.buildRustPackage rec {
pname = "harmonia";
version = "0.7.5";
version = "0.8.0";
src = fetchFromGitHub {
owner = "nix-community";
repo = pname;
rev = "refs/tags/${pname}-v${version}";
hash = "sha256-QqRq5maYk4hDl0MXkj9wOPWUta5b+kXG9e/kqRorNE4=";
hash = "sha256-+V0V/l9Q7HR3J0aH1UWc1qHrpGiRWd6B4R+3MECFORg=";
};
cargoHash = "sha256-dlmSn4cWU6RqEiUoQYNJFhxu3owplkxlbtszBxm+GbU=";
cargoHash = "sha256-3Nx1YXjbYVOD7pYgI9Cp5Vsxv1j1XeX6pCl4+Q1OtVs=";
doCheck = false;
nativeBuildInputs = [
pkg-config nixVersions.nix_2_21

View File

@ -8858,8 +8858,6 @@ with pkgs;
hardinfo = callPackage ../tools/system/hardinfo { };
harmonia = callPackage ../tools/package-management/harmonia { };
hayagriva = callPackage ../tools/typesetting/hayagriva { };
hcl2json = callPackage ../applications/misc/hcl2json { };