3
0
Fork 0
forked from mirrors/nixpkgs

mangohud: 0.6.3 → 0.6.4

This commit is contained in:
Kira Bruneau 2021-06-27 10:21:52 -04:00
parent e1f8852faa
commit 4a9f048d89

View file

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