Merge pull request #124021 from r-ryantm/auto-update/cdogs
cdogs-sdl: 0.11.1 -> 0.12.0
This commit is contained in:
commit
ea595a2013
@ -13,13 +13,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "cdogs";
|
pname = "cdogs";
|
||||||
version = "0.11.1";
|
version = "0.12.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
repo = "cdogs-sdl";
|
repo = "cdogs-sdl";
|
||||||
owner = "cxong";
|
owner = "cxong";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-POioDqmbWj+lYATp/3v14FoKZfR9GjLQyHq3nwDOywA=";
|
sha256 = "sha256-qbMR7otsC+uz+9mwgFaD2Z5fC6rj8ueYG3KwpPiqL98=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user