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

cdogs-sdl: 0.12.0 -> 0.13.0
This commit is contained in:
Sandro 2021-07-22 10:54:32 +02:00 committed by GitHub
commit 6c83b32512
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 = "0.12.0";
version = "0.13.0";
src = fetchFromGitHub {
repo = "cdogs-sdl";
owner = "cxong";
rev = version;
sha256 = "sha256-qbMR7otsC+uz+9mwgFaD2Z5fC6rj8ueYG3KwpPiqL98=";
sha256 = "sha256-7wNiDA/gOpqzSFWw8Bn6suC/f5RXdDTxPV49nCvOxas=";
};
postPatch = ''