summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-13 04:15:21 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-02-13 04:15:21 +0000
commitefd63b7a550ff60bbfef0f1e5f16a54c5eb88d78 (patch)
tree7701647e3d790e3dee20b87d3b3304fabd52e1a3 /pkgs/tools/text
parent366b2f7a5a8a180449e25e8474a43551418f5e37 (diff)
ruplacer: 0.6.2 -> 0.6.3
Diffstat (limited to 'pkgs/tools/text')
-rw-r--r--pkgs/tools/text/ruplacer/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/text/ruplacer/default.nix b/pkgs/tools/text/ruplacer/default.nix
index ccf1abe539627..11cb4e6db0756 100644
--- a/pkgs/tools/text/ruplacer/default.nix
+++ b/pkgs/tools/text/ruplacer/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "ruplacer";
-  version = "0.6.2";
+  version = "0.6.3";
 
   src = fetchFromGitHub {
     owner = "TankerHQ";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-gme/p/F+LvfzynPNKmaPbNsKbwNKFCeEbAADk5PyMh8=";
+    sha256 = "sha256-5r1OywctKAeSBPzjYSPith1QNxRH0hman7lnSym2XIY=";
   };
 
-  cargoSha256 = "sha256-/37TBl/FnCtkiufusPuJIpirD2WVO882xSqrfWVMNW0=";
+  cargoSha256 = "sha256-JrVPEuGBVo+NCsZ1DH/Af8OLWiNXnQIBxiOukw+W5Qo=";
 
   buildInputs = (lib.optional stdenv.isDarwin Security);