Skip to content

Commit

Permalink
tlclient: 4.17.0-3543 -> 4.18.0-3768 (#372086)
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst authored Jan 13, 2025
2 parents 108bf01 + 4218d27 commit f3ac713
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/tl/tlclient/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
stdenv.mkDerivation (
finalAttrs:
let
version = "4.17.0";
buildNum = "3543";
version = "4.18.0";
buildNum = "3768";
in
{
pname = "tlclient";
version = "${version}-${buildNum}";

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 = [
Expand Down

0 comments on commit f3ac713

Please sign in to comment.