Skip to content

Commit

Permalink
Merge pull request NixOS#147628 from qowoz/delta
Browse files Browse the repository at this point in the history
delta: 0.10.1 -> 0.10.2
  • Loading branch information
thiagokokada authored Nov 28, 2021
2 parents 1561c36 + 909df3f commit ea469c7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@

rustPlatform.buildRustPackage rec {
pname = "delta";
version = "0.10.1";
version = "0.10.2";

src = fetchFromGitHub {
owner = "dandavison";
repo = pname;
rev = version;
sha256 = "sha256-aiWVaqwJGjLyv/ZJU4g1KuBC9zbnBEc/vdNADGPKgxo=";
sha256 = "sha256-rQsicAUKlQYxA/DH8691jp6Pk97rer2X2CXUfXKHLDE=";
};

cargoSha256 = "sha256-lp9XzZQZJpjhsanZMky3RwkjM7ICq7dSb4PHdstwMxQ=";
cargoSha256 = "sha256-NjyiGr7mwsHlggMQEKcCvOCfGabRJDBdrYW8ohU02mk=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit ea469c7

Please sign in to comment.