Skip to content

Commit

Permalink
gamescope{,-session}: 3.15.15 -> 3.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Jan 9, 2025
1 parent fa094d2 commit 9a958cc
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 @@ -106,13 +106,13 @@ let
};
in stdenv.mkDerivation(finalAttrs: {
pname = "gamescope-session";
version = "3.15.15-1";
version = "3.16.1-1";

src = fetchFromGitHub {
owner = "Jovian-Experiments";
repo = "PKGBUILDs-mirror";
rev = "jupiter-main/gamescope-${finalAttrs.version}";
hash = "sha256-/Jpfg592UcQtlSVKInQyA5cT9EjVZ+XvpLMjIu/b4iU=";
hash = "sha256-vaUyDvCHseIYOQ7yQKLfa0QhiDt3nSPjEgidQRTj8v0=";
};

patches = [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/gamescope/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
# version shipped by the vendor, ensuring feature level is equivalent.

gamescope'.overrideAttrs(old: rec {
version = "3.15.15";
version = "3.16.1";

src = fetchFromGitHub {
owner = "ValveSoftware";
repo = "gamescope";
rev = version;
fetchSubmodules = true;
hash = "sha256-FiPSGzfA3YH9TED8E5hpfpd+IQGthvwsxAFXZuqVZ4Q=";
hash = "sha256-+0QGt4UADJmZok2LzvL+GBad0t4vVL4HXq27399zH3Y=";
};
})

0 comments on commit 9a958cc

Please sign in to comment.