Merge pull request #245873 from keenanweaver/doomrunner1.8.0

doomrunner: 1.7.3 -> 1.8.0
This commit is contained in:
Pol Dellaiera 2023-07-28 23:19:51 +02:00 committed by GitHub
commit bc647c0e38
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.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 ];