summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2022-03-30 11:02:41 -0700
committerPatrick McLean <chutzpah@gentoo.org>2022-03-30 18:28:06 -0700
commit4e803fd77d5d5857ce032ba06e22eabd400e6c32 (patch)
treec7253a253ed7cdd3730785768da23069db9a7f4a /dev-util/difftastic/files
parentdev-util/bazel: Stable 4.2.2 (diff)
downloadgentoo-4e803fd77d5d5857ce032ba06e22eabd400e6c32.tar.gz
gentoo-4e803fd77d5d5857ce032ba06e22eabd400e6c32.tar.bz2
gentoo-4e803fd77d5d5857ce032ba06e22eabd400e6c32.zip
dev-util/difftastic: initial import
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-util/difftastic/files')
-rw-r--r--dev-util/difftastic/files/difftastic-0.24.0-regex-dep.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-util/difftastic/files/difftastic-0.24.0-regex-dep.patch b/dev-util/difftastic/files/difftastic-0.24.0-regex-dep.patch
new file mode 100644
index 000000000000..20a8c60e273c
--- /dev/null
+++ b/dev-util/difftastic/files/difftastic-0.24.0-regex-dep.patch
@@ -0,0 +1,16 @@
+diff --git a/Cargo.lock b/Cargo.lock
+index d1c2f2d11..7a80ce5f8 100644
+--- a/Cargo.lock
++++ b/Cargo.lock
+@@ -418,9 +418,9 @@ dependencies = [
+
+ [[package]]
+ name = "regex"
+-version = "1.5.4"
++version = "1.5.5"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+-checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
++checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
+ dependencies = [
+ "aho-corasick",
+ "memchr",