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

cdogs-sdl: 1.3.1 -> 1.4.0
This commit is contained in:
Ryan Mulligan 2022-12-11 20:32:32 -08:00 committed by GitHub
commit 7136073a14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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