doomrunner: 1.8.0 -> 1.8.1

This commit is contained in:
Keenan Weaver 2023-08-05 15:45:16 -05:00 committed by GitHub
parent e857d66700
commit d7768d14f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "doomrunner";
version = "1.8.0";
version = "1.8.1";
src = fetchFromGitHub {
owner = "Youda008";
repo = "DoomRunner";
rev = "v${finalAttrs.version}";
hash = "sha256-twiykuUhp4+TMgUhezgelldJBbtlqA32Ah3DalFsvPo=";
hash = "sha256-mUtUXDcQXs5zTh9Msb3dXFicIsfbZpE9M8OPqtajDhw=";
};
buildInputs = [ qtbase ];