Unverified Commit 640d1e32 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

tlclient: 4.19.0 -> 4.20.0 (#502345)

parents 85874be5 f8072c24
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,8 +10,8 @@
}:

let
  version = "4.19.0";
  buildNum = "4005";
  version = "4.20.0";
  buildNum = "4284";
in
stdenv.mkDerivation (finalAttrs: {
  pname = "tlclient";
@@ -19,7 +19,7 @@ stdenv.mkDerivation (finalAttrs: {

  src = fetchurl {
    url = "https://www.cendio.com/downloads/clients/tl-${finalAttrs.version}-client-linux-dynamic-x86_64.tar.gz";
    hash = "sha256-shlhu0m+TPgw3ndR70QdJ6Z0AyJdI/xmHJv+ZbFVokE=";
    hash = "sha256-iq1OUFyMZwYWqEI57zSwj1RDh5OZ8qNu8knpe6Hbdeo=";
  };

  nativeBuildInputs = [