Merge pull request #110345 from r-ryantm/auto-update/cutelyst
cutelyst: 2.14.0 -> 2.14.2
This commit is contained in:
commit
e6af44ab42
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "cutelyst";
|
pname = "cutelyst";
|
||||||
version = "2.14.0";
|
version = "2.14.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cutelyst";
|
owner = "cutelyst";
|
||||||
repo = "cutelyst";
|
repo = "cutelyst";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-RidUZqDnzRrgW/7LVF+BF01zNcf1cJ/kS7OF/t1Q65c=";
|
sha256 = "sha256-JUffOeUTeaZvEssP5hfSGipeRuQ7FzLF4bOizCFhe5o=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ];
|
nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ];
|
||||||
|
Loading…
Reference in New Issue
Block a user