Skip to content

Commit

Permalink
Merge pull request #236 from Jovian-Experiments/more-mangohud-bump
Browse files Browse the repository at this point in the history
mangohud: 0.7.0.r68 -> 0.7.0.r76
  • Loading branch information
K900 authored Dec 1, 2023
2 parents 3371aac + 39b14da commit c6a6214
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/mangohud/default.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{ callPackage, fetchFromGitHub, git, ... }@args:

(callPackage ./upstream (removeAttrs args ["callPackage" "git"])).overrideAttrs (old: {
version = "0.7.0.r68";
version = "0.7.0.r76";
src = fetchFromGitHub {
owner = "flightlessmango";
repo = "MangoHud";

rev = "ea725ed1d2000d5409e701dc770282b28e80d5e6";
hash = "sha256-ZvpAQsM7KV3fQLxNBzWNCYVSjR0ILESIgZq9AigiqGg=";
rev = "4646e2e4f6fe3067740b9eb806679b7576231f10";
hash = "sha256-hl3B99J/h655uZTGCGkqU5bAFqSGoBskyq8khNoVoCA=";
};

nativeBuildInputs = old.nativeBuildInputs ++ [ git ];
Expand Down

0 comments on commit c6a6214

Please sign in to comment.