mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Merge pull request #296941 from K900/corectrl-1.4
corectrl: 1.3.11 -> 1.4.0
This commit is contained in:
commit
b8791b1d70
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user