cdogs-sdl: 2.0.0 -> 2.1.0

This commit is contained in:
R. Ryantm 2024-04-12 15:26:02 +00:00
parent feeff83e61
commit f9d4239cf8
1 changed files with 2 additions and 2 deletions

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "cdogs-sdl";
version = "2.0.0";
version = "2.1.0";
src = fetchFromGitHub {
repo = pname;
owner = "cxong";
rev = version;
sha256 = "sha256-es04sCqthjf9unK2mbsBVHlxOeTpimQ+ViabhC/WD0I=";
sha256 = "sha256-bFHygaL0UrrprSZRPTdYIzO78IhMjiqhLCGr7TTajqc=";
};
postPatch = ''