ezquake: 3.6.8 -> 3.6.9 (#498123)

This commit is contained in:
Edward Tjörnhammar
2026-03-13 13:43:21 +00:00
committed by GitHub
+2 -2
View File
@@ -20,14 +20,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ezquake";
version = "3.6.8";
version = "3.6.9";
src = fetchFromGitHub {
owner = "QW-Group";
repo = "ezquake-source";
tag = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-BIkBl6ncwo0NljuqOHJ3yQeDTcClh5FGssdFsKUjN90=";
hash = "sha256-AJe7ZvF88gKrW6IsTLpYI7RmzetFGZifntHzX7aNcG4=";
};
nativeBuildInputs = [