Loading pkgs/by-name/nh/nh/package.nix +5 −5 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ assert use-nom -> nix-output-monitor != null; let version = "3.5.1"; version = "3.5.2"; runtimeDeps = [ nvd ] ++ lib.optionals use-nom [ nix-output-monitor ]; in rustPlatform.buildRustPackage { Loading @@ -20,10 +20,10 @@ rustPlatform.buildRustPackage { pname = "nh"; src = fetchFromGitHub { owner = "ViperML"; owner = "viperML"; repo = "nh"; rev = "refs/tags/v${version}"; hash = "sha256-q13oPB1fl45E+7cbV1P1VQt1GtGBaSbrHPtC0Y7q83c="; hash = "sha256-TwCR7tZvrjsvz6SmgjWYOne7Qz7J2jn4Cr4Er0Yj+LA="; }; strictDeps = true; Loading @@ -48,13 +48,13 @@ rustPlatform.buildRustPackage { ${lib.optionalString use-nom "--set-default NH_NOM 1"} ''; cargoHash = "sha256-Jy873l3ZRBqljzV/GwLbkk1kpO6zNqeGmuMDSKUqyzM="; cargoHash = "sha256-/mYEjIq4dtt9noRDzFWwLZ3CSz7cmlViEGubi6m9R1o="; passthru.updateScript = nix-update-script { }; meta = { description = "Yet another nix cli helper"; homepage = "https://github.com/ViperML/nh"; homepage = "https://github.com/viperML/nh"; license = lib.licenses.eupl12; mainProgram = "nh"; maintainers = with lib.maintainers; [ drupol viperML ]; Loading Loading
pkgs/by-name/nh/nh/package.nix +5 −5 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ assert use-nom -> nix-output-monitor != null; let version = "3.5.1"; version = "3.5.2"; runtimeDeps = [ nvd ] ++ lib.optionals use-nom [ nix-output-monitor ]; in rustPlatform.buildRustPackage { Loading @@ -20,10 +20,10 @@ rustPlatform.buildRustPackage { pname = "nh"; src = fetchFromGitHub { owner = "ViperML"; owner = "viperML"; repo = "nh"; rev = "refs/tags/v${version}"; hash = "sha256-q13oPB1fl45E+7cbV1P1VQt1GtGBaSbrHPtC0Y7q83c="; hash = "sha256-TwCR7tZvrjsvz6SmgjWYOne7Qz7J2jn4Cr4Er0Yj+LA="; }; strictDeps = true; Loading @@ -48,13 +48,13 @@ rustPlatform.buildRustPackage { ${lib.optionalString use-nom "--set-default NH_NOM 1"} ''; cargoHash = "sha256-Jy873l3ZRBqljzV/GwLbkk1kpO6zNqeGmuMDSKUqyzM="; cargoHash = "sha256-/mYEjIq4dtt9noRDzFWwLZ3CSz7cmlViEGubi6m9R1o="; passthru.updateScript = nix-update-script { }; meta = { description = "Yet another nix cli helper"; homepage = "https://github.com/ViperML/nh"; homepage = "https://github.com/viperML/nh"; license = lib.licenses.eupl12; mainProgram = "nh"; maintainers = with lib.maintainers; [ drupol viperML ]; Loading