Skip to content

Commit

Permalink
gamescope{,-session}: 3.15.1 -> 3.15.2
Browse files Browse the repository at this point in the history
gamescope is a two line fix, session is noop
  • Loading branch information
K900 committed Aug 29, 2024
1 parent 0d05378 commit 0ce5684
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 @@ -105,13 +105,13 @@ let
};
in stdenv.mkDerivation(finalAttrs: {
pname = "gamescope-session";
version = "3.15.1-2";
version = "3.15.2-1";

src = fetchFromGitHub {
owner = "Jovian-Experiments";
repo = "PKGBUILDs-mirror";
rev = "jupiter-main/gamescope-${finalAttrs.version}";
hash = "sha256-iij3kOrBEC7xbtkSOpzcpJSmy6fvnuaL0AkZB+CPG8E=";
hash = "sha256-5FQr33YwWShZOCgceOO4aZz4wRUl/ackb8vvWIq1Nro=";
};

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.1";
version = "3.15.2";

src = fetchFromGitHub {
owner = "ValveSoftware";
repo = "gamescope";
rev = version;
fetchSubmodules = true;
hash = "sha256-KhYmaf8esSmHL4o0zdbdqIUwcMQ28XIknvgV+aHyufM=";
hash = "sha256-g6H68dYMmpQYlwhZ6b84yY/qbAP18iNrmYOWf9rL5gc=";
};
})

0 comments on commit 0ce5684

Please sign in to comment.