Skip to content

Commit

Permalink
gamescope: 3.12.5 -> 3.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Oct 8, 2023
1 parent 73ce8be commit 387b330
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/gamescope-session/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ let
};
in stdenv.mkDerivation(finalAttrs: {
pname = "gamescope-session";
version = "3.12.5-1.3";
version = "3.12.6-1";

src = fetchFromGitHub {
owner = "Jovian-Experiments";
repo = "PKGBUILDs-mirror";
rev = "jupiter-main/gamescope-${finalAttrs.version}";
hash = "sha256-kRXnhWhmoMewyozFAVfjBmuyTmOe9qF8JAs7VltNmHo=";
hash = "sha256-5LPqtSLZpfCMkTv5JgG4mK8M9yApSYivcTtNA/W03f8=";
};

patchPhase = ''
Expand Down
5 changes: 3 additions & 2 deletions pkgs/gamescope/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@
# version shipped by the vendor, ensuring feature level is equivalent.

let
version = "3.12.5";
hash = "sha256-u4pnKd5ZEC3CS3E2i8E8Wposd8Tu4ZUoQXFmr0runwE=";
version = "3.12.6";
hash = "sha256-xQPRUO7UivfdoVf2MWfRI6l2T8n+gGqhQyj068fr7Sg=";
in
gamescope'.overrideAttrs({ buildInputs, ... }: {
name = "gamescope-${version}";
src = fetchFromGitHub {
owner = "ValveSoftware";
repo = "gamescope";
rev = "refs/tags/${version}";
fetchSubmodules = true;
inherit hash;
};

Expand Down

0 comments on commit 387b330

Please sign in to comment.