cdogs-sdl: update pname

This allows running via nix run without setting meta.mainProgram
This commit is contained in:
matthewcroughan 2023-02-25 18:57:58 +00:00
parent 84401155e3
commit c226362e96

View File

@ -12,11 +12,11 @@
}:
stdenv.mkDerivation rec {
pname = "cdogs";
pname = "cdogs-sdl";
version = "1.4.1";
src = fetchFromGitHub {
repo = "cdogs-sdl";
repo = pname;
owner = "cxong";
rev = version;
sha256 = "sha256-CH0P8OrRUXtuqAHxDKv4ziKYdwGTccLPwpzh4xo7lQc=";