taterclient-ddnet: 10.1.1 -> 10.1.2 (#386498)

This commit is contained in:
Arne Keller
2025-03-10 11:14:09 +01:00
committed by GitHub
@@ -34,13 +34,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "taterclient-ddnet";
version = "10.1.1";
version = "10.1.2";
src = fetchFromGitHub {
owner = "sjrc6";
repo = "taterclient-ddnet";
tag = "V${finalAttrs.version}";
hash = "sha256-B5J8LctMYkb6X1tEI5H4oMEDDWLLpLW5v4NRWplhncY=";
hash = "sha256-0N4nzGcmHrWkIFHEREtSBCTHPBE4UI8RmCuRsehX1YU=";
};
cargoDeps = rustPlatform.fetchCargoVendor {