doomretro: 4.9.2 -> 5.0.3

This commit is contained in:
R. Ryantm 2023-09-28 00:13:51 +00:00 committed by Anderson Torres
parent e1db7d4cc9
commit 8c4e6ab143

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "doomretro";
version = "4.9.2";
version = "5.0.3";
src = fetchFromGitHub {
owner = "bradharding";
repo = "doomretro";
rev = "v${finalAttrs.version}";
hash = "sha256-thH18+Og5kSiMdzgPdGyUwBchpjpd9xfFfUlUQMAl1A=";
hash = "sha256-jZBgPXg9vQ8HxO/D0GzEiI/78OEW6LgxVIqxdqw63Ko=";
};
nativeBuildInputs = [