Merge pull request #247394 from keenanweaver/doomrunner1.8.1

doomrunner: 1.8.0 -> 1.8.1
This commit is contained in:
Weijia Wang
2023-08-06 00:10:24 +02:00
committed by GitHub
+2 -2
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 ];