mangohud: 0.6.9 -> 0.6.9-1

This commit is contained in:
R. Ryantm 2023-04-20 14:38:43 +00:00
parent cb4ab614ee
commit 0eef8b8a34

View File

@ -64,14 +64,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "mangohud";
version = "0.6.9";
version = "0.6.9-1";
src = fetchFromGitHub {
owner = "flightlessmango";
repo = "MangoHud";
rev = "refs/tags/v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-wvidO9LAZwVUZhYYWnelSiP0Q1WTPoCg6pMXsoJBPPg=";
hash = "sha256-AX4m1XZ+yXp74E3slFGyI3CGu2eYU+eXNN2EY+ivdfk=";
};
outputs = [ "out" "doc" "man" ];