diff --git a/pkgs/desktops/lxqt/screengrab/default.nix b/pkgs/desktops/lxqt/screengrab/default.nix index e93d0afce933..292985ceb2db 100644 --- a/pkgs/desktops/lxqt/screengrab/default.nix +++ b/pkgs/desktops/lxqt/screengrab/default.nix @@ -2,7 +2,6 @@ lib, stdenv, fetchFromGitHub, - fetchpatch, cmake, autoPatchelfHook, gitUpdater, @@ -23,25 +22,15 @@ stdenv.mkDerivation (finalAttrs: { pname = "screengrab"; - version = "3.0.0"; + version = "3.1.0"; src = fetchFromGitHub { owner = "lxqt"; repo = "screengrab"; tag = finalAttrs.version; - hash = "sha256-6cGj3Ijv4DsAdJjcHKUg5et+yYc5miIHHZOTD2D9ASk="; + hash = "sha256-LORWv3qLgQF2feKodOg72g5DCfWZvB8vi0bw9jbr+tQ="; }; - patches = [ - # fix build against Qt >= 6.10 (https://github.com/lxqt/screengrab/pull/434) - # TODO: drop when upgrading beyond version 3.0.0 - (fetchpatch { - name = "cmake-fix-build-with-Qt-6.10.patch"; - url = "https://github.com/lxqt/screengrab/commit/1621ef5df9461cdd1dcef3faee36e9419f1ca08c.patch"; - hash = "sha256-+rpCDLnHmgy/1PME3QaN+978W+jR6PDmiZ/5hAx8Djg="; - }) - ]; - nativeBuildInputs = [ cmake lxqt-build-tools