Skip to content

Commit

Permalink
gamescope-session: 3.14.18-1 -> 3.14.18-2
Browse files Browse the repository at this point in the history
Just allows us to remove a hack.
  • Loading branch information
K900 committed Jun 5, 2024
1 parent 96c08f7 commit 8c38d1d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions modules/steam/autostart.nix
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,6 @@ in
]
)
);

# upstream unit redirects to a file, but this seems unnecessary now?
# see https://github.com/Jovian-Experiments/PKGBUILDs-mirror/blob/76aa4a564094dc656aa1b1daa0f116a7b93b0d7b/gamescope-session.service#L10
serviceConfig = {
StandardOutput = "journal";
StandardError = "journal";
};
};

services.greetd = {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/gamescope-session/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ let
};
in stdenv.mkDerivation(finalAttrs: {
pname = "gamescope-session";
version = "3.14.18-1";
version = "3.14.18-2";

src = fetchFromGitHub {
owner = "Jovian-Experiments";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/jupiter-hw-support/src.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
owner = "Jovian-Experiments";
repo = "jupiter-hw-support";
rev = "jupiter-${version}";
hash = "sha256-ITFgHmpfvHnScq/YSf5WPYVYQTG58RJbj9Rhkj0hXT8=";
hash = "sha256-kyNPcThRxfsG53hQErfBtphdQi4K0Oo9m5aE3DeQtas=";
};

patches = [
Expand Down

0 comments on commit 8c38d1d

Please sign in to comment.