taterclient-ddnet: 10.5.3 -> 10.6.0

This commit is contained in:
Théo Bori
2025-10-05 16:07:30 +02:00
parent 15ed8f7638
commit a7be6c460e

View File

@@ -33,13 +33,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "taterclient-ddnet";
version = "10.5.3";
version = "10.6.0";
src = fetchFromGitHub {
owner = "sjrc6";
repo = "taterclient-ddnet";
tag = "V${finalAttrs.version}";
hash = "sha256-MHBBDn/3kS1BuZQU7qHdbtuy0JuRRqtzmHVdg8Az+Qc=";
hash = "sha256-Z5W+IBiNhEXyBVk6w2YzotBlHam1fELmr3ojJ0q4Ge8=";
};
cargoDeps = rustPlatform.fetchCargoVendor {