Skip to content

Commit

Permalink
gamescope_git: 20240726183958-a215a8d -> 20240731035249-f35e1b3
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroHLC committed Aug 1, 2024
1 parent 8798898 commit a44b843
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion pkgs/gamescope-git/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ prev, gitOverride, nyxUtils, isWSI ? false, ... }:
{ final, prev, gitOverride, nyxUtils, isWSI ? false, ... }:

gitOverride (current: {
nyxKey = if isWSI then "gamescope-wsi_git" else "gamescope_git";
Expand All @@ -15,6 +15,7 @@ gitOverride (current: {
withUpdateScript = !isWSI;

postOverride = prevAttrs: {
buildInputs = with final; [ lcms2 ] ++ prevAttrs.buildInputs;
# Taints commits in logs for debugging purposes
postPatch =
let shortRev = nyxUtils.shorter current.rev; in
Expand Down
6 changes: 3 additions & 3 deletions pkgs/gamescope-git/version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "unstable-20240726183958-a215a8d",
"rev": "a215a8d0865025d2ac2dadd7c0517edd61ff1933",
"hash": "sha256-Uw8Pfd0KCQQV1b2cyCk9+zpOnYeegt2f0loA9+ndTCA="
"version": "unstable-20240731035249-f35e1b3",
"rev": "f35e1b38665fa236ed21731d9de208ee55e82c2c",
"hash": "sha256-u8MIYE3JF9Cz4EsTreC/hAq8kVNpcQuheTr0uuWsA60="
}

1 comment on commit a44b843

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All packages were built and cached successfully! (340 not suitable for building)

Please sign in to comment.