Merge pull request #247541 from r-ryantm/auto-update/cdogs-sdl

cdogs-sdl: 1.4.2 -> 1.5.0
This commit is contained in:
Weijia Wang
2023-08-07 14:01:50 +02:00
committed by GitHub
+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 = ''