summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy DeHerrera <tim@nrdxp.dev>2022-08-27 18:06:43 -0600
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-09-02 14:42:02 +0000
commit759793e280da4e9de6f886e73768c7881ec29bcd (patch)
tree1c2042222e6ef7c363b48053c893c621eefa09bd
parentMerge pull request #189467 from NixOS/backport-187478-to-release-22.05 (diff)
downloadnixpkgs-origin/backport-188547-to-release-22.05.tar.gz
gamescope: 3.11.39 -> 3.11.43origin/backport-188547-to-release-22.05
(cherry picked from commit b3c82f445c89c39191dc97b266519ef13e66f513)
-rw-r--r--pkgs/applications/window-managers/gamescope/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/window-managers/gamescope/default.nix b/pkgs/applications/window-managers/gamescope/default.nix
index f7d2f4cf2084..3b7e4c4a4b04 100644
--- a/pkgs/applications/window-managers/gamescope/default.nix
+++ b/pkgs/applications/window-managers/gamescope/default.nix
@@ -26,7 +26,7 @@
}:
let
pname = "gamescope";
- version = "3.11.39";
+ version = "3.11.43";
in
stdenv.mkDerivation {
inherit pname version;
@@ -35,7 +35,7 @@ stdenv.mkDerivation {
owner = "Plagman";
repo = "gamescope";
rev = "refs/tags/${version}";
- hash = "sha256-MpJczFZk0syt/CMwAhA7H+01G8E4syFsJGnzD/RneQQ=";
+ hash = "sha256-XxOVM7xWeE2pF4U34jLvil5+vj+jePHPWHIfw0e/mnM=";
};
patches = [ ./use-pkgconfig.patch ];