about summary refs log tree commit diff
path: root/pkgs/tools/text/riffdiff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-05-08 02:32:35 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-05-08 02:32:35 +0000
commit48800d4372473974a9931accffb6dab886035023 (patch)
tree8b89dcc3baf74f471f10ff2dbc7b0c228454e44d /pkgs/tools/text/riffdiff
parent57443256a0191e0d9f5f6cd130e930096581be48 (diff)
riffdiff: 3.1.0 -> 3.1.3
Diffstat (limited to 'pkgs/tools/text/riffdiff')
-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 1db7967d0f574..cd7008f0d5b06 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.1.0";
+  version = "3.1.3";
 
   src = fetchFromGitHub {
     owner = "walles";
     repo = "riff";
     rev = version;
-    hash = "sha256-ASIB7+ZyvMsaRdvJcWT/sR0JLyt4v/gytAIi8Yajlzg=";
+    hash = "sha256-wBLVH4Yrvj3rU5tRaxV8BBWkR2xLMxjkwjJ4rf1hHXk=";
   };
 
-  cargoHash = "sha256-NGTWBlg5xvodK02RtFuCe7KsFm4z2aEpbcx3UqH9G/o=";
+  cargoHash = "sha256-4qskpcDE9l+7KjcVRou4GcdG7aF8stKXK12WBy81UBw=";
 
   meta = with lib; {
     description = "A diff filter highlighting which line parts have changed";