taterclient-ddnet: 10.7.0 -> 10.8.1 (#482669)

This commit is contained in:
Jörg Thalheim
2026-01-24 06:55:01 +00:00
committed by GitHub
@@ -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 {