Skip to content

Commit

Permalink
mangohud: 0.7.0.r63 -> 0.7.0.r68
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Nov 15, 2023
1 parent 9075150 commit c28bbc0
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.r63";
version = "0.7.0.r68";
src = fetchFromGitHub {
owner = "flightlessmango";
repo = "MangoHud";

rev = "fd4b06f8764a999194da95cb2ec45a9baed807bb";
hash = "sha256-CXrQNt9P2HMLS+zqG7UUsZvyWTv4lhfJfQ4QYUJ8aZ8=";
rev = "ea725ed1d2000d5409e701dc770282b28e80d5e6";
hash = "sha256-ZvpAQsM7KV3fQLxNBzWNCYVSjR0ILESIgZq9AigiqGg=";
};

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

0 comments on commit c28bbc0

Please sign in to comment.