Skip to content

Commit

Permalink
gamescope{,-session}: 3.13.3 -> 3.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Nov 16, 2023
1 parent 34fd2b2 commit 16d546f
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -98,13 +98,13 @@ let
};
in stdenv.mkDerivation(finalAttrs: {
pname = "gamescope-session";
version = "3.13.2-1";
version = "3.13.5-1";

src = fetchFromGitHub {
owner = "Jovian-Experiments";
repo = "PKGBUILDs-mirror";
rev = "jupiter-main/gamescope-${finalAttrs.version}";
hash = "sha256-y36+lgTDtLtLffLm7JgwHImhphjapJAbIblL/GAKWf0=";
hash = "sha256-mm+P27wpiu72IH+w7vm12sTKafbSJTkd+2PNipinhuE=";
};

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 @@ -9,8 +9,8 @@
# version shipped by the vendor, ensuring feature level is equivalent.

let
version = "3.13.3";
hash = "sha256-jH+N59eCJ2xggni0QMD+U8iCOMCjO1Y31QcfQTTAh3U=";
version = "3.13.5";
hash = "sha256-ITpUHE8VQKZOaCGHBdh0d40J5ejdG/ahv4V3o0KKMh4=";

joshShaders = fetchFromGitHub {
owner = "Joshua-Ashton";
Expand Down

0 comments on commit 16d546f

Please sign in to comment.