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

cdogs-sdl: 0.11.1 -> 0.12.0
This commit is contained in:
Ryan Mulligan 2021-05-27 06:05:31 -07:00 committed by GitHub
commit ea595a2013
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 = "0.11.1"; version = "0.12.0";
src = fetchFromGitHub { src = fetchFromGitHub {
repo = "cdogs-sdl"; repo = "cdogs-sdl";
owner = "cxong"; owner = "cxong";
rev = version; rev = version;
sha256 = "sha256-POioDqmbWj+lYATp/3v14FoKZfR9GjLQyHq3nwDOywA="; sha256 = "sha256-qbMR7otsC+uz+9mwgFaD2Z5fC6rj8ueYG3KwpPiqL98=";
}; };
postPatch = '' postPatch = ''