Merge pull request #279344 from LudovicoPiero/difftastic/0.54.0
difftastic: 0.53.1 -> 0.54.0
This commit is contained in:
commit
cd7c3a6ffa
3
pkgs/tools/text/difftastic/Cargo.lock
generated
3
pkgs/tools/text/difftastic/Cargo.lock
generated
@ -253,7 +253,7 @@ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
|
||||
|
||||
[[package]]
|
||||
name = "difftastic"
|
||||
version = "0.53.1"
|
||||
version = "0.54.0"
|
||||
dependencies = [
|
||||
"aho-corasick",
|
||||
"assert_cmd",
|
||||
@ -266,7 +266,6 @@ dependencies = [
|
||||
"hashbrown 0.12.3",
|
||||
"humansize",
|
||||
"ignore",
|
||||
"is-terminal",
|
||||
"itertools 0.11.0",
|
||||
"lazy_static",
|
||||
"libc",
|
||||
|
@ -17,13 +17,13 @@ in
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "difftastic";
|
||||
version = "0.53.1";
|
||||
version = "0.54.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "wilfred";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-D//LMfwk2n5jGOXhix2jZyoppYMxVkTkg4HuNHCtHNI=";
|
||||
hash = "sha256-1QnDBRhJGzKKMmvnwVoi8rTd6acBFO0hITF9d1HkizM=";
|
||||
};
|
||||
|
||||
cargoLock = {
|
||||
|
Loading…
Reference in New Issue
Block a user