doomretro: 5.6 -> 5.6.1

This commit is contained in:
R. Ryantm
2025-01-04 09:29:00 +00:00
parent 8cb0cd700b
commit ed4333ddc6
+2 -2
View File
@@ -15,13 +15,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "doomretro";
version = "5.6";
version = "5.6.1";
src = fetchFromGitHub {
owner = "bradharding";
repo = "doomretro";
rev = "v${finalAttrs.version}";
hash = "sha256-ykErEXKpd/79cUhubZiLC7u10yJy8oYCWOMeHLYRHts=";
hash = "sha256-v/a7Jc82QpH58c6pkki8xXZBi0v54oz03A2A/Oz3udU=";
};
nativeBuildInputs = [