Skip to content

Commit

Permalink
difftastic: 0.61.0 -> 0.62.0 (#373375)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Jan 13, 2025
2 parents d5d3f10 + ff149cd commit 286a336
Show file tree
Hide file tree
Showing 2 changed files with 272 additions and 13 deletions.
281 changes: 270 additions & 11 deletions pkgs/by-name/di/difftastic/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkgs/by-name/di/difftastic/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "difftastic";
version = "0.61.0";
version = "0.62.0";

src = fetchFromGitHub {
owner = "wilfred";
repo = pname;
rev = version;
hash = "sha256-hhkcujMuirBTIwUP3RMZ+F76T1TLcjMqa5l328xrwRg=";
hash = "sha256-AAnlopJTb+tjkACISK9OC0k59BDt+8michzt37P1lL8=";
};

cargoLock = {
Expand Down

0 comments on commit 286a336

Please sign in to comment.