gamescope: 3.12.0-beta10 -> 3.12.3

This commit is contained in:
Eduardo Quiros 2023-08-18 15:10:29 -06:00
parent 0e70cb3d0c
commit 0fe7b28dca
No known key found for this signature in database
GPG Key ID: B77F36C3F12720B4

View File

@ -33,7 +33,7 @@
}:
let
pname = "gamescope";
version = "3.12.0-beta10";
version = "3.12.3";
vkroots = fetchFromGitHub {
owner = "Joshua-Ashton";
@ -49,7 +49,7 @@ stdenv.mkDerivation {
owner = "ValveSoftware";
repo = "gamescope";
rev = "refs/tags/${version}";
hash = "sha256-31zGo22Z0+zQ81LmzI+Xif9eREzRpS0S9+nK1i/cBCY=";
hash = "sha256-eo3c+s+sB20wrzbe2H/pMAYdvKeYOpWwEqmuuLY6ZJA=";
};
patches = [