Loading pkgs/by-name/de/delta/package.nix +10 −4 Original line number Diff line number Diff line Loading @@ -8,16 +8,17 @@ stdenv, git, zlib, versionCheckHook, }: rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage (finalAttrs: { pname = "delta"; version = "0.18.2"; src = fetchFromGitHub { owner = "dandavison"; repo = "delta"; tag = version; tag = finalAttrs.version; hash = "sha256-fJSKGa935kwLG8WYmT9Ncg2ozpSNMzUJx0WLo1gtVAA="; }; Loading Loading @@ -57,10 +58,15 @@ rustPlatform.buildRustPackage rec { "--skip=test_diff_real_files" ]; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; meta = { homepage = "https://github.com/dandavison/delta"; description = "Syntax-highlighting pager for git"; changelog = "https://github.com/dandavison/delta/releases/tag/${version}"; changelog = "https://github.com/dandavison/delta/releases/tag/${finalAttrs.version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ zowoq Loading @@ -68,4 +74,4 @@ rustPlatform.buildRustPackage rec { ]; mainProgram = "delta"; }; } }) Loading
pkgs/by-name/de/delta/package.nix +10 −4 Original line number Diff line number Diff line Loading @@ -8,16 +8,17 @@ stdenv, git, zlib, versionCheckHook, }: rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage (finalAttrs: { pname = "delta"; version = "0.18.2"; src = fetchFromGitHub { owner = "dandavison"; repo = "delta"; tag = version; tag = finalAttrs.version; hash = "sha256-fJSKGa935kwLG8WYmT9Ncg2ozpSNMzUJx0WLo1gtVAA="; }; Loading Loading @@ -57,10 +58,15 @@ rustPlatform.buildRustPackage rec { "--skip=test_diff_real_files" ]; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; meta = { homepage = "https://github.com/dandavison/delta"; description = "Syntax-highlighting pager for git"; changelog = "https://github.com/dandavison/delta/releases/tag/${version}"; changelog = "https://github.com/dandavison/delta/releases/tag/${finalAttrs.version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ zowoq Loading @@ -68,4 +74,4 @@ rustPlatform.buildRustPackage rec { ]; mainProgram = "delta"; }; } })