doomrunner: bump to 1.8.2

This commit is contained in:
Keenan Weaver 2024-01-15 16:52:54 -06:00
parent f159a340ff
commit 274b5b5b3d
No known key found for this signature in database
GPG Key ID: 0926B70C6A27AAE1

View File

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