taterclient-ddnet: 10.7.0 -> 10.8.1

This commit is contained in:
Théo Bori
2026-01-22 13:41:47 +01:00
parent 113ef1d900
commit 4299f364dc
@@ -33,13 +33,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "taterclient-ddnet";
version = "10.7.0";
version = "10.8.1";
src = fetchFromGitHub {
owner = "TaterClient";
repo = "TClient";
tag = "V${finalAttrs.version}";
hash = "sha256-9d4vKrWuDW2E1PXs4yRAyR6zNPfYEclW8RfHNnpkpyc=";
hash = "sha256-yPGXbTxbj+hsdygC68TRtzVg+flEAxqNnhd9smbbekU=";
};
cargoDeps = rustPlatform.fetchCargoVendor {