Skip to content

Commit

Permalink
gamescope: 3.15.11 -> 3.15.13
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanshade committed Oct 25, 2024
1 parent f1981c5 commit 71583a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ga/gamescope/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gamescope";
version = "3.15.11";
version = "3.15.13";

src = fetchFromGitHub {
owner = "ValveSoftware";
repo = "gamescope";
rev = "refs/tags/${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-O2pxaPDwEr9ko7Zplv65qRUDzIk1Q54Q7Rgs94VkTII=";
hash = "sha256-AePYKdDyAtnVkL8/VeWmhJ3ATZnhyVZcU/QtVpCfTQE=";
};

patches = [
Expand Down

0 comments on commit 71583a9

Please sign in to comment.