Skip to content

Commit

Permalink
gamescope-session: 3.14.28 -> 3.14.29
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Aug 9, 2024
1 parent fc3edf3 commit a7cc10b
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit a7cc10b

Please sign in to comment.