cdogs-sdl: 0.11.0 -> 0.11.1

This commit is contained in:
R. RyanTM 2021-04-28 04:57:32 +00:00
parent 1f4dedfa64
commit f669f72a56
1 changed files with 2 additions and 2 deletions

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "cdogs"; pname = "cdogs";
version = "0.11.0"; version = "0.11.1";
src = fetchFromGitHub { src = fetchFromGitHub {
repo = "cdogs-sdl"; repo = "cdogs-sdl";
owner = "cxong"; owner = "cxong";
rev = version; rev = version;
sha256 = "sha256-zWwlcEM2KsYiB48cmRTjou0C86SqeoOLrbacCR0SfIA="; sha256 = "sha256-POioDqmbWj+lYATp/3v14FoKZfR9GjLQyHq3nwDOywA=";
}; };
postPatch = '' postPatch = ''