Merge pull request #97104 from r-ryantm/auto-update/cutelyst

cutelyst: 2.11.0 -> 2.12.0
This commit is contained in:
Lassulus
2020-09-17 20:39:21 +02:00
committed by GitHub

View File

@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "cutelyst";
version = "2.11.0";
version = "2.12.0";
src = fetchFromGitHub {
owner = "cutelyst";
repo = "cutelyst";
rev = "v${version}";
sha256 = "1c4cjzx6jkqlblcfc7pkx66py43576y6rky19j7rjiap724q2yk9";
sha256 = "1ngacc7ackp08hajby0xvzpvnqahwm2dbxmisw7j7qs1lqrx9k3n";
};
nativeBuildInputs = [ cmake pkgconfig wrapQtAppsHook ];