mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
gamescope: 3.14.24 -> 3.14.26
This commit is contained in:
parent
c20c714d7c
commit
b7d82aa962
@ -27,6 +27,7 @@
|
|||||||
, stb
|
, stb
|
||||||
, wlroots
|
, wlroots
|
||||||
, libdecor
|
, libdecor
|
||||||
|
, lcms
|
||||||
, lib
|
, lib
|
||||||
, makeBinaryWrapper
|
, makeBinaryWrapper
|
||||||
, patchelfUnstable
|
, patchelfUnstable
|
||||||
@ -44,14 +45,14 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "gamescope";
|
pname = "gamescope";
|
||||||
version = "3.14.24";
|
version = "3.14.26";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ValveSoftware";
|
owner = "ValveSoftware";
|
||||||
repo = "gamescope";
|
repo = "gamescope";
|
||||||
rev = "refs/tags/${finalAttrs.version}";
|
rev = "refs/tags/${finalAttrs.version}";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
hash = "sha256-+8uojnfx8V8BiYAeUsOaXTXrlcST83z6Eld7qv1oboE=";
|
hash = "sha256-vCPKySLB1D9oKgCrYrXqt/s0hV+/ocuWOrcDUzKbdKI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
@ -132,6 +133,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
pixman
|
pixman
|
||||||
libcap
|
libcap
|
||||||
stb
|
stb
|
||||||
|
lcms
|
||||||
]);
|
]);
|
||||||
|
|
||||||
postInstall = lib.optionalString enableExecutable ''
|
postInstall = lib.optionalString enableExecutable ''
|
||||||
|
Loading…
Reference in New Issue
Block a user