Merge pull request #201147 from r-ryantm/auto-update/cdogs
cdogs-sdl: 1.3.1 -> 1.4.0
This commit is contained in:
commit
7136073a14
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.3.1";
|
version = "1.4.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
repo = "cdogs-sdl";
|
repo = "cdogs-sdl";
|
||||||
owner = "cxong";
|
owner = "cxong";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-fKqipk1kiPC6HrkNzxHK2aYe5WDZ3hEbPCwsqK5uQ2s=";
|
sha256 = "sha256-jEK84iFodd0skRnHG3R0+MvBUXLd3o+YOLnBjZdsDms=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue