Skip to content

Commit 8fcb6f1

Browse files
committed
gamescope: 3.16.1 -> 3.16.2
1 parent 1505f2e commit 8fcb6f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ga/gamescope/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ let
4848
in
4949
stdenv.mkDerivation (finalAttrs: {
5050
pname = "gamescope";
51-
version = "3.16.1";
51+
version = "3.16.2";
5252

5353
src = fetchFromGitHub {
5454
owner = "ValveSoftware";
5555
repo = "gamescope";
5656
tag = finalAttrs.version;
5757
fetchSubmodules = true;
58-
hash = "sha256-+0QGt4UADJmZok2LzvL+GBad0t4vVL4HXq27399zH3Y=";
58+
hash = "sha256-vKl2wYAt051+1IaCGB1ylGa83WTS+neqZwtQ/4MyCck=";
5959
};
6060

6161
patches = [

0 commit comments

Comments
 (0)