doomrunner: 1.7.3 -> 1.8.0

This commit is contained in:
Keenan Weaver 2023-07-28 08:07:04 -05:00
parent 2a9d660ff0
commit 45e394f5aa
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.7.3";
version = "1.8.0";
src = fetchFromGitHub {
owner = "Youda008";
repo = "DoomRunner";
rev = "v${finalAttrs.version}";
hash = "sha256-8355WuVF3OQ2xl1VCvMZYDRRhHaTd8rdll5e4YzrYLc=";
hash = "sha256-twiykuUhp4+TMgUhezgelldJBbtlqA32Ah3DalFsvPo=";
};
buildInputs = [ qtbase ];