mangohud: 0.8.3 -> 0.8.4 (#525615)

This commit is contained in:
Kira Bruneau
2026-06-07 22:27:59 +00:00
committed by GitHub
+2 -2
View File
@@ -104,14 +104,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "mangohud";
version = "0.8.3";
version = "0.8.4";
src = fetchFromGitHub {
owner = "flightlessmango";
repo = "MangoHud";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-fzfSYyz2NMo61Yd7boRxdtbi/KTNbSos0qmHf2/mikk=";
hash = "sha256-DKmVC/YCKQp1XTdGCqZtAqoUuMhE+WUDEEETvcXbn1Y=";
};
outputs = [