taterclient-ddnet: 10.1.1 -> 10.1.2

This commit is contained in:
Théo Bori
2025-03-02 23:37:57 +01:00
parent beb9682f36
commit 08d2b599b3
@@ -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 {