1
1
Fork 0

Update redstring version

This commit is contained in:
Jaculabilis 2021-02-25 06:19:04 +00:00
parent 8ceedf2b8d
commit 62cf31d9ce
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ let
redstringSource = builtins.fetchGit { redstringSource = builtins.fetchGit {
url = "https://git.alogoulogoi.com/Jaculabilis/redstring.git"; url = "https://git.alogoulogoi.com/Jaculabilis/redstring.git";
ref = "master"; ref = "master";
rev = "e5ea4f871c57c58f4986800122602ebb31347c9e"; rev = "c49d21f6938322da2cd89b9f39bb285161d35272";
}; };
redstring = pkgs.callPackage redstringSource {}; redstring = pkgs.callPackage redstringSource {};