ddnet: modernize src

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu
2025-02-26 09:12:19 +01:00
parent 65bcebfa19
commit eeb1ab1688
+2 -2
View File
@@ -36,8 +36,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "ddnet";
repo = pname;
rev = version;
repo = "ddnet";
tag = version;
hash = "sha256-R9LXcYM96fibHzpXDWIOSASKIbh+GeiGyz7xVvV2v1Q=";
};