doomretro: 5.3 -> 5.4

This commit is contained in:
R. Ryantm 2024-05-02 12:51:59 +00:00
parent 3be507be1e
commit 1f17183869

View File

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