Merge pull request #292939 from r-ryantm/auto-update/doomretro

doomretro: 5.2.1 -> 5.3
This commit is contained in:
Weijia Wang 2024-03-17 15:37:11 +01:00 committed by GitHub
commit deb0165e96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "doomretro";
version = "5.2.1";
version = "5.3";
src = fetchFromGitHub {
owner = "bradharding";
repo = "doomretro";
rev = "v${finalAttrs.version}";
hash = "sha256-jM7SNZ8VsF0caB2Q2qOX8W6SuFxyZWpCo3+jD53R3qU=";
hash = "sha256-LCCBtsDEyjzsPS5ADPzsup714p84MO65FQDVjAHhSts=";
};
nativeBuildInputs = [