From 7ee16b632dcd6ce0e0a3341886eabc2f3abe226c Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sat, 1 Jul 2023 00:27:25 +0200 Subject: update pkgs (travelynx, glitchtip) --- pkgs/travelynx.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'pkgs/travelynx.nix') 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 -- cgit v1.2.3