From 24d7c93723e98c117775874e7e3c213969634a22 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sat, 14 Oct 2023 18:35:24 +0200 Subject: some reorganising of //pkgs --- pkgs/travelynx.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/travelynx.nix') 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 \ -- cgit v1.2.3