Skip to content

Commit

Permalink
Merge pull request #240 from Jovian-Experiments/the-bumpage-continues
Browse files Browse the repository at this point in the history
The bumpage continues
  • Loading branch information
K900 authored Dec 3, 2023
2 parents 365027e + b270d33 commit a567879
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions pkgs/gamescope-session/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@ let
};
in stdenv.mkDerivation(finalAttrs: {
pname = "gamescope-session";
version = "3.13.12-2";
version = "3.13.13-1";

src = fetchFromGitHub {
owner = "Jovian-Experiments";
repo = "PKGBUILDs-mirror";
rev = "jupiter-main/gamescope-${finalAttrs.version}";
hash = "sha256-ExTzCV8JSC/kt8BSYDFjp1h8k0SMW6xoKT9oqb518tU=";
hash = "sha256-LljMiMFNFOJdBYP6hdaOolJZKedf2t5z1qSA+jOcUcg=";
};

patchPhase = ''
Expand Down
4 changes: 2 additions & 2 deletions pkgs/gamescope/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ let
};
in
gamescope'.overrideAttrs(old: rec {
version = "3.13.12";
version = "3.13.13";

src = fetchFromGitHub {
owner = "ValveSoftware";
repo = "gamescope";
rev = "refs/tags/${version}";
fetchSubmodules = true;
hash = "sha256-z3bTtHMPFLUMSSOXxl8VNYIxh6zx6/gID5YTfRtu2qE=";
hash = "sha256-m4YsmYsA8f5OZDQfnaBe5Dr579S9BY91rXOAJ1DgjEQ=";
};

# Clobber unvendoring vkroots, nixpkgs version is too old
Expand Down
4 changes: 2 additions & 2 deletions pkgs/jupiter-hw-support/src.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
}:

let
version = "20231115.1";
version = "20231201.1";
in (applyPatches {
src = fetchFromGitHub {
owner = "Jovian-Experiments";
repo = "jupiter-hw-support";
rev = "jupiter-${version}";
hash = "sha256-m36uJMdMpONXUMm33VcsoX+zMr/5MosU7ivq7wxogvw=";
hash = "sha256-m+pwk+qVOMcbXZHG7nVATJnOc5ftYJixI09x3sNt+HI=";
};

patches = [
Expand Down
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.r76";
version = "0.7.0.r78";
src = fetchFromGitHub {
owner = "flightlessmango";
repo = "MangoHud";

rev = "4646e2e4f6fe3067740b9eb806679b7576231f10";
hash = "sha256-hl3B99J/h655uZTGCGkqU5bAFqSGoBskyq8khNoVoCA=";
rev = "c5c82dbbae846b5ea2bf920810fa2ede4a6979f8";
hash = "sha256-386N+pzCAH+VCTCaMRID4VT9SxnlQuQ7vwmD2+sVsKs=";
};

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

0 comments on commit a567879

Please sign in to comment.