about summary refs log tree commit diff
path: root/pkgs/tools/misc/rlwrap
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-10-22 01:12:03 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-10-22 01:12:03 +0000
commit2392662336c165425ab27c5cf0ac6758bd48b665 (patch)
tree698ef4efe2fcab45b25a8ad95f4579475018d6ad /pkgs/tools/misc/rlwrap
parent935e3d8fe4ac6b38896f2ba9f6e8df6302ea529a (diff)
rlwrap: 0.45.2 -> 0.46
Diffstat (limited to 'pkgs/tools/misc/rlwrap')
-rw-r--r--pkgs/tools/misc/rlwrap/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/rlwrap/default.nix b/pkgs/tools/misc/rlwrap/default.nix
index 3a050cf781e55..e21842e3604ee 100644
--- a/pkgs/tools/misc/rlwrap/default.nix
+++ b/pkgs/tools/misc/rlwrap/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "rlwrap";
-  version = "0.45.2";
+  version = "0.46";
 
   src = fetchFromGitHub {
     owner = "hanslub42";
     repo = "rlwrap";
     rev = "v${version}";
-    sha256 = "sha256-ubhAOyswdDG0mFKpnSDDq5f7umyCHsW/m721IHdjNMc=";
+    sha256 = "sha256-NlpVg1AimJn3VAbUl2GK1kaLkqU1Djw7/2Uc21AY0Jo=";
   };
 
   postPatch = ''