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

cdogs-sdl: 1.4.1 -> 1.4.2
This commit is contained in:
Weijia Wang 2023-05-13 22:57:45 +02:00 committed by GitHub
commit 52dbe1b735
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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