about summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-03-20 18:01:02 +0000
committerGitHub <noreply@github.com>2024-03-20 18:01:02 +0000
commit36232fff71d83ffd6df00c11c237f1fc478a4911 (patch)
treeea1ca670f981ccf3586b1c3698db4e6fc0a72b01 /pkgs/tools/text
parent1856b324ce0443ea4f6a870d30112843a6013c2f (diff)
parent761426d33e10ee8972e3482aa0bcf634605c96b2 (diff)
downloadnixlib-36232fff71d83ffd6df00c11c237f1fc478a4911.tar
nixlib-36232fff71d83ffd6df00c11c237f1fc478a4911.tar.gz
nixlib-36232fff71d83ffd6df00c11c237f1fc478a4911.tar.bz2
nixlib-36232fff71d83ffd6df00c11c237f1fc478a4911.tar.lz
nixlib-36232fff71d83ffd6df00c11c237f1fc478a4911.tar.xz
nixlib-36232fff71d83ffd6df00c11c237f1fc478a4911.tar.zst
nixlib-36232fff71d83ffd6df00c11c237f1fc478a4911.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/tools/text')
-rw-r--r--pkgs/tools/text/riffdiff/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/text/riffdiff/default.nix b/pkgs/tools/text/riffdiff/default.nix
index a15644d59111..1db7967d0f57 100644
--- a/pkgs/tools/text/riffdiff/default.nix
+++ b/pkgs/tools/text/riffdiff/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "riffdiff";
-  version = "3.0.1";
+  version = "3.1.0";
 
   src = fetchFromGitHub {
     owner = "walles";
     repo = "riff";
     rev = version;
-    hash = "sha256-MHsbwtoiaMBWZi/UHbuhG3VuSSvuQtvxPB9EMMti80A=";
+    hash = "sha256-ASIB7+ZyvMsaRdvJcWT/sR0JLyt4v/gytAIi8Yajlzg=";
   };
 
-  cargoHash = "sha256-pEXGUIrWZGJoYdNoufXEJ+eeIEhm5JhIUlHRisD4qWc=";
+  cargoHash = "sha256-NGTWBlg5xvodK02RtFuCe7KsFm4z2aEpbcx3UqH9G/o=";
 
   meta = with lib; {
     description = "A diff filter highlighting which line parts have changed";