cdogs-sdl: 1.5.0 -> 2.0.0

This commit is contained in:
R. Ryantm 2024-02-17 20:39:29 +00:00
parent 28d6a724f5
commit b7899c6ff8

View File

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