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

doomretro: 5.0.4 -> 5.0.7
This commit is contained in:
Pol Dellaiera 2023-11-27 20:57:35 +01:00 committed by GitHub
commit 39ee234942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "doomretro";
version = "5.0.4";
version = "5.0.7";
src = fetchFromGitHub {
owner = "bradharding";
repo = "doomretro";
rev = "v${finalAttrs.version}";
hash = "sha256-O8FuLFziwVNk2dcj52Xq/FG2vtei06iL8BG2jVugcxs=";
hash = "sha256-Jh0NcZRiNrztGTHKKaSXbU2l8zgXsfAVlhBIJ9/sQ3c=";
};
nativeBuildInputs = [