Merge pull request #227278 from r-ryantm/auto-update/mangohud

mangohud: 0.6.9 -> 0.6.9-1
This commit is contained in:
Weijia Wang
2023-04-21 00:02:41 +03:00
committed by GitHub
+2 -2
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" ];