taterclient-ddnet: 10.5.2 -> 10.5.3 (#444316)

This commit is contained in:
h7x4
2025-09-20 21:59:33 +00:00
committed by GitHub
@@ -33,13 +33,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "taterclient-ddnet";
version = "10.5.2";
version = "10.5.3";
src = fetchFromGitHub {
owner = "sjrc6";
repo = "taterclient-ddnet";
tag = "V${finalAttrs.version}";
hash = "sha256-e+nJ93Fld/F2rLIfhmhC64YVPZdMGKrcKfxGtrQOtSQ=";
hash = "sha256-MHBBDn/3kS1BuZQU7qHdbtuy0JuRRqtzmHVdg8Az+Qc=";
};
cargoDeps = rustPlatform.fetchCargoVendor {