Merge pull request #281231 from keenanweaver/doomrunner182

doomrunner: 1.8.1 -> 1.8.2
This commit is contained in:
Peder Bergebakken Sundt 2024-05-01 03:52:21 +02:00 committed by GitHub
commit bcc7a9c3c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];