ddnet: 19.6 -> 19.7 (#482469)

This commit is contained in:
Sefa Eyeoglu
2026-01-22 21:09:05 +00:00
committed by GitHub
+2 -2
View File
@@ -32,13 +32,13 @@
stdenv.mkDerivation rec {
pname = "ddnet";
version = "19.6";
version = "19.7";
src = fetchFromGitHub {
owner = "ddnet";
repo = "ddnet";
tag = version;
hash = "sha256-U0Yd3Xus0hsBpbXUsEC7EyoMtmsOXZJT4c3cFai918g=";
hash = "sha256-HjTkl4KOvQpAlLcUpfn5Ujr4IDfosUY2ueh0ZxE8KAs=";
};
cargoDeps = rustPlatform.fetchCargoVendor {