We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1505f2e commit 8fcb6f1Copy full SHA for 8fcb6f1
pkgs/by-name/ga/gamescope/package.nix
@@ -48,14 +48,14 @@ let
48
in
49
stdenv.mkDerivation (finalAttrs: {
50
pname = "gamescope";
51
- version = "3.16.1";
+ version = "3.16.2";
52
53
src = fetchFromGitHub {
54
owner = "ValveSoftware";
55
repo = "gamescope";
56
tag = finalAttrs.version;
57
fetchSubmodules = true;
58
- hash = "sha256-+0QGt4UADJmZok2LzvL+GBad0t4vVL4HXq27399zH3Y=";
+ hash = "sha256-vKl2wYAt051+1IaCGB1ylGa83WTS+neqZwtQ/4MyCck=";
59
};
60
61
patches = [
0 commit comments