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

This commit is contained in:
Arne Keller
2025-01-13 18:34:43 +01:00
committed by GitHub
+3 -3
View File
@@ -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 = [