gamescope: 3.16.1 -> 3.16.2 (#386531)

This commit is contained in:
K900
2025-03-03 08:32:57 +03:00
committed by GitHub
+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 = [