cdogs-sdl: 2.3.0 -> 2.3.1 (#432211)

This commit is contained in:
Wolfgang Walther
2025-08-14 14:08:10 +00:00
committed by GitHub
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "cdogs-sdl";
version = "2.3.0";
version = "2.3.1";
src = fetchFromGitHub {
repo = "cdogs-sdl";
owner = "cxong";
rev = version;
sha256 = "sha256-I4v13CPdA2KYwhlIJjz+qgKe2EoXUtV6iWeadrg4Usc=";
sha256 = "sha256-jdrmtI/FADZ0vJDtX4Kq0A9RJ1ELjsQZjO2nMDf/fT8=";
};
postPatch = ''