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

View File

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