cdogs-sdl: 1.4.2 -> 1.5.0

This commit is contained in:
R. Ryantm
2023-08-06 16:36:38 +00:00
parent acb3384672
commit 4f312b2473
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "cdogs-sdl";
version = "1.4.2";
version = "1.5.0";
src = fetchFromGitHub {
repo = pname;
owner = "cxong";
rev = version;
sha256 = "sha256-KRHwcDUAQ6GzJ20pCINq8t+P4G4cWjbIayDsYM4VBaY=";
sha256 = "sha256-XSq0TK3ZuLOa8JJnp/Qxt16Ru3p35tq5FOo4+tv+c60=";
};
postPatch = ''