summaryrefslogtreecommitdiff
path: root/pkgs/travelynx.nix
diff options
context:
space:
mode:
authorstuebinm2023-10-14 18:35:24 +0200
committerstuebinm2023-10-14 18:35:24 +0200
commit24d7c93723e98c117775874e7e3c213969634a22 (patch)
tree5a5fcd9440ad81fa4b06630353604ec3d8e8a649 /pkgs/travelynx.nix
parentd4bd55db8fa213c5a455c78f92fb24c8bfea44d3 (diff)
some reorganising of //pkgs
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 \