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

cdogs-sdl: 1.4.0 -> 1.4.1
This commit is contained in:
Weijia Wang 2023-02-25 20:50:19 +02:00 committed by GitHub
commit bc7011a282
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "cdogs";
version = "1.4.0";
version = "1.4.1";
src = fetchFromGitHub {
repo = "cdogs-sdl";
owner = "cxong";
rev = version;
sha256 = "sha256-jEK84iFodd0skRnHG3R0+MvBUXLd3o+YOLnBjZdsDms=";
sha256 = "sha256-CH0P8OrRUXtuqAHxDKv4ziKYdwGTccLPwpzh4xo7lQc=";
};
postPatch = ''