Merge pull request #280973 from viperML/nh-update

nh: 3.5.1 -> 3.5.2

authored by Pol Dellaiera and committed by GitHub acfafd5d dfbb7a7c

+5 -5
+5 -5
pkgs/by-name/nh/nh/package.nix
··· 12 12 assert use-nom -> nix-output-monitor != null; 13 13 14 14 let 15 - version = "3.5.1"; 15 + version = "3.5.2"; 16 16 runtimeDeps = [ nvd ] ++ lib.optionals use-nom [ nix-output-monitor ]; 17 17 in 18 18 rustPlatform.buildRustPackage { ··· 20 20 pname = "nh"; 21 21 22 22 src = fetchFromGitHub { 23 - owner = "ViperML"; 23 + owner = "viperML"; 24 24 repo = "nh"; 25 25 rev = "refs/tags/v${version}"; 26 - hash = "sha256-q13oPB1fl45E+7cbV1P1VQt1GtGBaSbrHPtC0Y7q83c="; 26 + hash = "sha256-TwCR7tZvrjsvz6SmgjWYOne7Qz7J2jn4Cr4Er0Yj+LA="; 27 27 }; 28 28 29 29 strictDeps = true; ··· 48 48 ${lib.optionalString use-nom "--set-default NH_NOM 1"} 49 49 ''; 50 50 51 - cargoHash = "sha256-Jy873l3ZRBqljzV/GwLbkk1kpO6zNqeGmuMDSKUqyzM="; 51 + cargoHash = "sha256-/mYEjIq4dtt9noRDzFWwLZ3CSz7cmlViEGubi6m9R1o="; 52 52 53 53 passthru.updateScript = nix-update-script { }; 54 54 55 55 meta = { 56 56 description = "Yet another nix cli helper"; 57 - homepage = "https://github.com/ViperML/nh"; 57 + homepage = "https://github.com/viperML/nh"; 58 58 license = lib.licenses.eupl12; 59 59 mainProgram = "nh"; 60 60 maintainers = with lib.maintainers; [ drupol viperML ];