Merge pull request #64003 from r-ryantm/auto-update/cutelyst
cutelyst: 2.7.0 -> 2.8.0
This commit is contained in:
commit
83bc88f95c
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "cutelyst-${version}";
|
name = "cutelyst-${version}";
|
||||||
version = "2.7.0";
|
version = "2.8.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cutelyst";
|
owner = "cutelyst";
|
||||||
repo = "cutelyst";
|
repo = "cutelyst";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "09cgfpr2k1jp98h1ahxqm5lmv3qbk0bcxpqpill6n5wmq2c8kl8b";
|
sha256 = "02jys32qkyksa2dmanyg4x0y5lh4ra0xbn2mfr2k84slrxbgjs1g";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig wrapQtAppsHook ];
|
nativeBuildInputs = [ cmake pkgconfig wrapQtAppsHook ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user