Merge pull request #218141 from r-ryantm/auto-update/cdogs-sdl
cdogs-sdl: 1.4.0 -> 1.4.1
This commit is contained in:
commit
bc7011a282
1 changed files with 2 additions and 2 deletions
|
@ -13,13 +13,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "cdogs";
|
pname = "cdogs";
|
||||||
version = "1.4.0";
|
version = "1.4.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
repo = "cdogs-sdl";
|
repo = "cdogs-sdl";
|
||||||
owner = "cxong";
|
owner = "cxong";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-jEK84iFodd0skRnHG3R0+MvBUXLd3o+YOLnBjZdsDms=";
|
sha256 = "sha256-CH0P8OrRUXtuqAHxDKv4ziKYdwGTccLPwpzh4xo7lQc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue