From 62cf31d9ce8e709ca16c8696e3fe0541bc1de6be Mon Sep 17 00:00:00 2001 From: Jaculabilis Date: Thu, 25 Feb 2021 06:19:04 +0000 Subject: [PATCH] Update redstring version --- redstring.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redstring.nix b/redstring.nix index b52bacb..ec5ec04 100644 --- a/redstring.nix +++ b/redstring.nix @@ -6,7 +6,7 @@ let redstringSource = builtins.fetchGit { url = "https://git.alogoulogoi.com/Jaculabilis/redstring.git"; ref = "master"; - rev = "e5ea4f871c57c58f4986800122602ebb31347c9e"; + rev = "c49d21f6938322da2cd89b9f39bb285161d35272"; }; redstring = pkgs.callPackage redstringSource {};