ddnet: 19.5 -> 19.6 (#470778)

This commit is contained in:
Sefa Eyeoglu
2025-12-15 16:53:31 +00:00
committed by GitHub
+2 -2
View File
@@ -32,13 +32,13 @@
stdenv.mkDerivation rec {
pname = "ddnet";
version = "19.5";
version = "19.6";
src = fetchFromGitHub {
owner = "ddnet";
repo = "ddnet";
tag = version;
hash = "sha256-L9n6jvI9rzrBp8yzKQPZRBSbT5/ZnEm6eLW6qMA+sy0=";
hash = "sha256-U0Yd3Xus0hsBpbXUsEC7EyoMtmsOXZJT4c3cFai918g=";
};
cargoDeps = rustPlatform.fetchCargoVendor {