gamescope: 3.16.1 -> 3.16.2

This commit is contained in:
Gliczy
2025-03-03 01:50:01 +01:00
parent 1505f2ecff
commit 8fcb6f1c49
+2 -2
View File
@@ -48,14 +48,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gamescope";
version = "3.16.1";
version = "3.16.2";
src = fetchFromGitHub {
owner = "ValveSoftware";
repo = "gamescope";
tag = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-+0QGt4UADJmZok2LzvL+GBad0t4vVL4HXq27399zH3Y=";
hash = "sha256-vKl2wYAt051+1IaCGB1ylGa83WTS+neqZwtQ/4MyCck=";
};
patches = [