ddnet: 19.7 -> 19.8 (#499283)

This commit is contained in:
Sefa Eyeoglu
2026-03-13 20:44:50 +00:00
committed by GitHub
+2 -2
View File
@@ -32,13 +32,13 @@
stdenv.mkDerivation rec {
pname = "ddnet";
version = "19.7";
version = "19.8";
src = fetchFromGitHub {
owner = "ddnet";
repo = "ddnet";
tag = version;
hash = "sha256-HjTkl4KOvQpAlLcUpfn5Ujr4IDfosUY2ueh0ZxE8KAs=";
hash = "sha256-CpzmKJ8W0uh/3x6/YSEs4SpJoSwYfCZxLDo7wvw96KU=";
};
cargoDeps = rustPlatform.fetchCargoVendor {