Loading pkgs/by-name/hi/highs/package.nix +6 −9 Original line number Diff line number Diff line Loading @@ -4,29 +4,26 @@ fetchFromGitHub, clang, cmake, versionCheckHook, }: stdenv.mkDerivation (finalAttrs: { pname = "highs"; version = "1.12.0"; version = "1.14.0"; src = fetchFromGitHub { owner = "ERGO-Code"; repo = "HiGHS"; rev = "v${finalAttrs.version}"; hash = "sha256-FRiYtbl1kWEkHHEIIOpefC9UdusmJKl6UmP3dKRkAXA="; tag = "v${finalAttrs.version}"; hash = "sha256-0KmA5B2g3AFCxMbN9gHdXxAEftZglhQKOqj1/TMxxps="; }; strictDeps = true; __structuredAttrs = true; outputs = [ "out" ]; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; installCheckPhase = '' "$out/bin/highs" --version ''; nativeBuildInputs = [ clang cmake Loading Loading
pkgs/by-name/hi/highs/package.nix +6 −9 Original line number Diff line number Diff line Loading @@ -4,29 +4,26 @@ fetchFromGitHub, clang, cmake, versionCheckHook, }: stdenv.mkDerivation (finalAttrs: { pname = "highs"; version = "1.12.0"; version = "1.14.0"; src = fetchFromGitHub { owner = "ERGO-Code"; repo = "HiGHS"; rev = "v${finalAttrs.version}"; hash = "sha256-FRiYtbl1kWEkHHEIIOpefC9UdusmJKl6UmP3dKRkAXA="; tag = "v${finalAttrs.version}"; hash = "sha256-0KmA5B2g3AFCxMbN9gHdXxAEftZglhQKOqj1/TMxxps="; }; strictDeps = true; __structuredAttrs = true; outputs = [ "out" ]; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; installCheckPhase = '' "$out/bin/highs" --version ''; nativeBuildInputs = [ clang cmake Loading