summaryrefslogtreecommitdiff
path: root/pkgs/travelynx.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--pkgs/travelynx.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/travelynx.nix b/pkgs/travelynx.nix
index c04b02c..16dc473 100644
--- a/pkgs/travelynx.nix
+++ b/pkgs/travelynx.nix
@@ -210,11 +210,11 @@ let
# Note: set location of config via $MOJO_CONFIG when running index.pl
travelynx = stdenvNoCC.mkDerivation {
pname = "travelynx";
- version = "2.0.2";
+ version = "2.4.1";
src = fetchgit {
url = "https://github.com/derf/travelynx";
- rev = "1.32.8";
- sha256 = "sha256-Eg2+U2GMFunB3kO0YChF+2TiwwJTrX/0CqFYSRjLG7E=";
+ rev = "2.4.1";
+ sha256 = "sha256-sLrA61XYBfZFTSmveRLNCHyXKLv1IpzGy5imKrc5rVw=";
};
buildPhase = ''
substituteInPlace index.pl \