Merge pull request #79404 from marsam/update-gitAndTools.delta

gitAndTools.delta: 0.0.15 -> 0.0.16
This commit is contained in:
Maximilian Bosch 2020-02-07 09:08:39 +01:00 committed by GitHub
commit e2c378348e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "delta";
version = "0.0.15";
version = "0.0.16";
src = fetchFromGitHub {
owner = "dandavison";
repo = pname;
rev = version;
sha256 = "1c2zqvkzkrj8rcz226vfk43yw113b1fdcz2gx0xh8fs72arqx6wh";
sha256 = "01jiqizg1ywvrrwhqzfqzbaqrzyfaqm66sixas0mpyzmd6cdwmh6";
};
cargoSha256 = "1888bvkpalfcw9bc9zmf9bmil6x35l9ia31x6mx1h2dvrfpw3bb1";
cargoSha256 = "1zmk70hccrxn1gdr1bksnvh6sa2h4518s0ni8k2ihxi4ld1ch5p2";
meta = with lib; {
homepage = "https://github.com/dandavison/delta";