Loading pkgs/by-name/jf/jfbview/package.nix +10 −8 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, versionCheckHook, nix-update-script, pkg-config, freetype, harfbuzz, imlib2, Loading @@ -17,17 +18,23 @@ stdenv.mkDerivation (finalAttrs: { pname = "jfbview"; version = "0.6.0"; version = "0.6.1"; src = fetchFromGitHub { owner = "jichu4n"; repo = "jfbview"; tag = finalAttrs.version; fetchSubmodules = true; hash = "sha256-ASgKXk5iVqKsBc1uzakHs5ojUb6AptGm9LxNyFcDngc="; hash = "sha256-7iyDfMuGAXXLyDNz0d4jEQ+KfJ/LyUu4v1n0GcOKeEc="; }; nativeBuildInputs = [ cmake ]; __structuredAttrs = true; strictDeps = true; nativeBuildInputs = [ cmake pkg-config ]; buildInputs = [ freetype Loading @@ -53,11 +60,6 @@ stdenv.mkDerivation (finalAttrs: { nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; postPatch = '' substituteInPlace CMakeLists.txt \ --replace-fail "cmake_minimum_required(VERSION 3.2)" "cmake_minimum_required(VERSION 3.10)" ''; passthru.updateScript = nix-update-script { }; meta = { Loading Loading
pkgs/by-name/jf/jfbview/package.nix +10 −8 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, versionCheckHook, nix-update-script, pkg-config, freetype, harfbuzz, imlib2, Loading @@ -17,17 +18,23 @@ stdenv.mkDerivation (finalAttrs: { pname = "jfbview"; version = "0.6.0"; version = "0.6.1"; src = fetchFromGitHub { owner = "jichu4n"; repo = "jfbview"; tag = finalAttrs.version; fetchSubmodules = true; hash = "sha256-ASgKXk5iVqKsBc1uzakHs5ojUb6AptGm9LxNyFcDngc="; hash = "sha256-7iyDfMuGAXXLyDNz0d4jEQ+KfJ/LyUu4v1n0GcOKeEc="; }; nativeBuildInputs = [ cmake ]; __structuredAttrs = true; strictDeps = true; nativeBuildInputs = [ cmake pkg-config ]; buildInputs = [ freetype Loading @@ -53,11 +60,6 @@ stdenv.mkDerivation (finalAttrs: { nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; postPatch = '' substituteInPlace CMakeLists.txt \ --replace-fail "cmake_minimum_required(VERSION 3.2)" "cmake_minimum_required(VERSION 3.10)" ''; passthru.updateScript = nix-update-script { }; meta = { Loading