gitAndTools.delta: 0.0.14 -> 0.0.15

Changelog: https://github.com/dandavison/delta/releases/tag/0.0.15
wip/yesman
Mario Rodas 5 years ago committed by Matthieu Coudron
parent eaca594ebe
commit 691bebf68b
  1. 5
      pkgs/applications/version-management/git-and-tools/delta/default.nix

@ -2,13 +2,13 @@
rustPlatform.buildRustPackage rec {
pname = "delta";
version = "0.0.14";
version = "0.0.15";
src = fetchFromGitHub {
owner = "dandavison";
repo = pname;
rev = version;
sha256 = "11kjxa39mqdd9jh969ibxd0nlp9bacj2fm4cj6sk4gp6xf7gv90h";
sha256 = "1c2zqvkzkrj8rcz226vfk43yw113b1fdcz2gx0xh8fs72arqx6wh";
};
cargoSha256 = "1888bvkpalfcw9bc9zmf9bmil6x35l9ia31x6mx1h2dvrfpw3bb1";
@ -16,6 +16,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
homepage = "https://github.com/dandavison/delta";
description = "A syntax-highlighting pager for git";
changelog = "https://github.com/dandavison/delta/releases/tag/${version}";
license = licenses.mit;
maintainers = [ maintainers.marsam ];
};

Loading…
Cancel
Save