ddnet 19.3 -> 19.4

https://ddnet.org/downloads/#19.4
https://github.com/ddnet/ddnet/compare/19.3...19.4
(cherry picked from commit 4810477cf2)
This commit is contained in:
Heinz Deinhart
2025-09-09 12:46:39 +02:00
committed by github-actions[bot]
parent bf88bf5f06
commit 5572df1ad7

View File

@@ -32,13 +32,13 @@
stdenv.mkDerivation rec {
pname = "ddnet";
version = "19.3";
version = "19.4";
src = fetchFromGitHub {
owner = "ddnet";
repo = "ddnet";
tag = version;
hash = "sha256-8mCkzZPdLFGIlOkMiNDOxiQeEHa+k0BX9PMIPbjmW5k=";
hash = "sha256-x/QHTjtFX2j3CA9YAg7c09WTRnW0Y+1keu52RMLSSoA=";
};
cargoDeps = rustPlatform.fetchCargoVendor {