Merge pull request #296941 from K900/corectrl-1.4

corectrl: 1.3.11 -> 1.4.0
This commit is contained in:
K900 2024-03-18 21:48:02 +03:00 committed by GitHub
commit b8791b1d70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,6 +9,8 @@
, glxinfo
, polkit
, procps
, pugixml
, spdlog
, util-linux
, vulkan-tools
, qtbase
@ -23,13 +25,13 @@
stdenv.mkDerivation rec{
pname = "corectrl";
version = "1.3.11";
version = "1.4.0";
src = fetchFromGitLab {
owner = "corectrl";
repo = "corectrl";
rev = "v${version}";
sha256 = "sha256-yca9qzYJlOQak6IMNewgUe+KSUUypj/lLUGGw6R90Ws=";
sha256 = "sha256-zTH7iSPN7VIhXvWFndOulvGnfUZ+uGWnW53WcnSW+e4=";
};
patches = [
./polkit-dir.patch
@ -47,6 +49,8 @@ stdenv.mkDerivation rec{
glxinfo
polkit
procps
pugixml
spdlog
util-linux
vulkan-tools
qtbase