Skip to content

Commit

Permalink
Merge pull request #400 from Jovian-Experiments/bumpa-20240809
Browse files Browse the repository at this point in the history
Assorted bumps
  • Loading branch information
K900 authored Aug 9, 2024
2 parents fc3d12d + a7cc10b commit 3b711ac
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkgs/gamescope-session/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@ let
};
in stdenv.mkDerivation(finalAttrs: {
pname = "gamescope-session";
version = "3.14.28-1";
version = "3.14.29-1";

src = fetchFromGitHub {
owner = "Jovian-Experiments";
repo = "PKGBUILDs-mirror";
rev = "jupiter-main/gamescope-${finalAttrs.version}";
hash = "sha256-YePgfPJP6Fne3rITAgWps4L7ZcgW+Af/sHuQ5AfKcEY=";
hash = "sha256-nwmZwdj+fhUiszj2JVK9jw0kFz0RIlh0YREDUmGqSNI=";
};

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

gamescope'.overrideAttrs(old: rec {
version = "3.14.28";
version = "3.14.29";

src = fetchFromGitHub {
owner = "ValveSoftware";
repo = "gamescope";
rev = version;
fetchSubmodules = true;
hash = "sha256-0dE98/Tr1yDPEvQ/n/44i3sv78lXp/rnnIKalKHIxUY=";
hash = "sha256-q3HEbFqUeNczKYUlou+quxawCTjpM5JNLrML84tZVYE=";
};

buildInputs = old.buildInputs ++ [ lcms ];
Expand Down
11 changes: 6 additions & 5 deletions support/manifest/mappings.toml
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,8 @@ steamos-atomupd-client-git.ignore = true

# applied as NixOS modules instead
# check both to make sure we get the latest changes
steamos-customizations-git.check = "20240530.1-3"
steamos-customizations-jupiter.check = "20240709.1-1"
steamos-customizations-git.check = "20240530.1-4"
steamos-customizations-jupiter.check = "20240709.1-2"

# devkit stuff
steamos-devkit-service.ignore = true
Expand Down Expand Up @@ -369,8 +369,9 @@ vpower.ignore = true

wakehook = { map = true, pkgrel = 2 }

# we use upstream
wayland-protocols.ignore = true
# we use upstream but check the versions
wayland = { map = true, pkgrel = 1 }
wayland-protocols = { map = true, pkgrel = 1 }

# dependency of pipewire
webrtc-audio-processing-1.ignore = true
Expand All @@ -381,7 +382,7 @@ wireplumber.check = "0.5.3-1.2"
xdg-desktop-portal-gtk.ignore = true

# upstream backport
xorg-xwayland.check = "23.2.6-3"
xorg-xwayland = { map = "xwayland", pkgrel = 1 }

# build dependency
xorgproto.ignore = true
Expand Down

0 comments on commit 3b711ac

Please sign in to comment.