cdogs-sdl: 0.11.1 -> 0.12.0

This commit is contained in:
R. RyanTM 2021-05-22 11:50:52 +00:00
parent b9b3420feb
commit 51f861a25c

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "cdogs";
version = "0.11.1";
version = "0.12.0";
src = fetchFromGitHub {
repo = "cdogs-sdl";
owner = "cxong";
rev = version;
sha256 = "sha256-POioDqmbWj+lYATp/3v14FoKZfR9GjLQyHq3nwDOywA=";
sha256 = "sha256-qbMR7otsC+uz+9mwgFaD2Z5fC6rj8ueYG3KwpPiqL98=";
};
postPatch = ''