Skip to content

Commit

Permalink
gamescope-session: 3.13.5-1 -> 3.13.7-1
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Nov 18, 2023
1 parent cf9c97e commit d3f8137
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 @@ -98,13 +98,13 @@ let
};
in stdenv.mkDerivation(finalAttrs: {
pname = "gamescope-session";
version = "3.13.5-1";
version = "3.13.7-1";

src = fetchFromGitHub {
owner = "Jovian-Experiments";
repo = "PKGBUILDs-mirror";
rev = "jupiter-main/gamescope-${finalAttrs.version}";
hash = "sha256-mm+P27wpiu72IH+w7vm12sTKafbSJTkd+2PNipinhuE=";
hash = "sha256-WFFvm+w1JbRRMJ49hsZkpe78MoUQMfNHSuB8NDFH9fQ=";
};

patchPhase = ''
Expand Down

0 comments on commit d3f8137

Please sign in to comment.