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

cdogs-sdl: 1.5.0 -> 2.0.0
This commit is contained in:
Weijia Wang 2024-03-06 23:30:49 +01:00 committed by GitHub
commit 9b19412297
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 = "1.5.0";
version = "2.0.0";
src = fetchFromGitHub {
repo = pname;
owner = "cxong";
rev = version;
sha256 = "sha256-XSq0TK3ZuLOa8JJnp/Qxt16Ru3p35tq5FOo4+tv+c60=";
sha256 = "sha256-es04sCqthjf9unK2mbsBVHlxOeTpimQ+ViabhC/WD0I=";
};
postPatch = ''