mangohud: 0.6.4 -> 0.6.5

This commit is contained in:
Ilan Joselevich 2021-07-09 17:27:56 +03:00
parent d0d2dc5dde
commit 93a66b3d52

View file

@ -46,14 +46,14 @@ let
};
in stdenv.mkDerivation rec {
pname = "mangohud";
version = "0.6.4";
version = "0.6.5";
src = fetchFromGitHub {
owner = "flightlessmango";
repo = "MangoHud";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "S7FtO/VLZp6Al13i6IrEbIzsgP3kZ3VSNBLhwReZLqM=";
sha256 = "sha256-RRtti0VnB6SXrpFYaEqANvpgvP/Dkvc+x/I40AXaspU=";
};
outputs = [ "out" "doc" "man" ];