Unverified Commit f3ac7131 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

tlclient: 4.17.0-3543 -> 4.18.0-3768 (#372086)

parents 108bf011 4218d272
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,8 +12,8 @@
stdenv.mkDerivation (
  finalAttrs:
  let
    version = "4.17.0";
    buildNum = "3543";
    version = "4.18.0";
    buildNum = "3768";
  in
  {
    pname = "tlclient";
@@ -21,7 +21,7 @@ stdenv.mkDerivation (

    src = fetchurl {
      url = "https://www.cendio.com/downloads/clients/tl-${finalAttrs.version}-client-linux-dynamic-x86_64.tar.gz";
      hash = "sha256-7pl97xGNFwSDpWMpBvkz/bfMsWquVsJVGB+feWJvRQY=";
      hash = "sha256-fTezGhn0UESEQRPrHYVZNcplV48wb5X/xqplIfLRLAA=";
    };

    nativeBuildInputs = [