Merge pull request #303649 from r-ryantm/auto-update/cdogs-sdl

cdogs-sdl: 2.0.0 -> 2.1.0
This commit is contained in:
Matthias Beyer 2024-04-14 08:56:19 +02:00 committed by GitHub
commit 9b06f33a7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "cdogs-sdl";
version = "2.0.0";
version = "2.1.0";
src = fetchFromGitHub {
repo = pname;
owner = "cxong";
rev = version;
sha256 = "sha256-es04sCqthjf9unK2mbsBVHlxOeTpimQ+ViabhC/WD0I=";
sha256 = "sha256-bFHygaL0UrrprSZRPTdYIzO78IhMjiqhLCGr7TTajqc=";
};
postPatch = ''