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

doomretro: 5.0.7 -> 5.1.1
This commit is contained in:
Weijia Wang 2023-12-21 05:55:35 +01:00 committed by GitHub
commit 8c2bb8f69d
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.7";
version = "5.1.1";
src = fetchFromGitHub {
owner = "bradharding";
repo = "doomretro";
rev = "v${finalAttrs.version}";
hash = "sha256-Jh0NcZRiNrztGTHKKaSXbU2l8zgXsfAVlhBIJ9/sQ3c=";
hash = "sha256-OxnsjY+Czo8nWLSBwPd1HlggPbkogC9l8CVuOyJ/vBo=";
};
nativeBuildInputs = [