Skip to content

Commit

Permalink
gamescope: 3.15.11 -> 3.15.13 (#351193)
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 authored Oct 25, 2024
2 parents 4c1b2a1 + 71583a9 commit e6a7210
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 e6a7210

Please sign in to comment.