summaryrefslogtreecommitdiff
path: root/pkgs/travelynx.nix
diff options
context:
space:
mode:
authorstuebinm2023-07-01 00:27:25 +0200
committerstuebinm2023-07-01 00:27:25 +0200
commit7ee16b632dcd6ce0e0a3341886eabc2f3abe226c (patch)
tree0250479b81ee9504b5e215acdfbe345e75f8a536 /pkgs/travelynx.nix
parent34d980586399831d300d3aad031c555966f486af (diff)
update pkgs (travelynx, glitchtip)
Diffstat (limited to 'pkgs/travelynx.nix')
-rw-r--r--pkgs/travelynx.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/travelynx.nix b/pkgs/travelynx.nix
index 1eabcae..c04b02c 100644
--- a/pkgs/travelynx.nix
+++ b/pkgs/travelynx.nix
@@ -204,6 +204,7 @@ let
DBFile
FileSlurp
TextLevenshteinXS
+ TextMarkdown
]);
# Note: set location of config via $MOJO_CONFIG when running index.pl
@@ -211,10 +212,10 @@ let
pname = "travelynx";
version = "2.0.2";
src = fetchgit {
- url = "https://git.finalrewind.org/travelynx";
- sha256 = "sha256-J5csb1TrDMvtKClhpDC48C+Rqr4b1we+7jCjNifq1yg=";
+ url = "https://github.com/derf/travelynx";
+ rev = "1.32.8";
+ sha256 = "sha256-Eg2+U2GMFunB3kO0YChF+2TiwwJTrX/0CqFYSRjLG7E=";
};
- # buildInputs = [ p ];
buildPhase = ''
substituteInPlace index.pl \
--replace "/usr/bin/env perl" ${perlWithPackages.outPath}/bin/perl