about summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-09-29 23:49:34 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-09-29 23:49:34 +0000
commit3fe98ccfc80ae1a283892e4cd42b79fbc6e8f93c (patch)
tree71226950cf9160ad777a76d7987577c911b57193 /pkgs/tools/text
parentc182df2e68bd97deb32c7e4765adfbbbcaf75b60 (diff)
riffdiff: 2.25.2 -> 2.27.0
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 c26966a158170..cd5e2caa8f0da 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 = "2.25.2";
+  version = "2.27.0";
 
   src = fetchFromGitHub {
     owner = "walles";
     repo = "riff";
     rev = version;
-    hash = "sha256-JZWgI4yAsk+jtTyS3QZBxdAOPYmUxb7pn1SbcUeCh6Y=";
+    hash = "sha256-yrIZsCxoFV9LFh96asYxpAYv1KvrLq+RlqL8gZXaeak=";
   };
 
-  cargoHash = "sha256-Z33CGF02rPf24LaYh+wEmmGgPPw+oxMNCgMzCrUEKqk=";
+  cargoHash = "sha256-tO49qAEW15q76hLcHOtniwLqGy29MZ/dabyZHYAsiME=";
 
   meta = with lib; {
     description = "A diff filter highlighting which line parts have changed";