Skip to content

Commit

Permalink
gamescope: 3.15.13 -> 3.15.14 (NixOS#356534)
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 authored Nov 16, 2024
2 parents ddfd267 + 5553d1e commit 66fcba8
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.13";
version = "3.15.14";

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

patches = [
Expand Down

0 comments on commit 66fcba8

Please sign in to comment.