1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00

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

cutelyst: 2.13.0 -> 2.14.0
This commit is contained in:
Sandro 2021-01-18 17:32:46 +01:00 committed by GitHub
commit 84760f7b3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "cutelyst";
version = "2.13.0";
version = "2.14.0";
src = fetchFromGitHub {
owner = "cutelyst";
repo = "cutelyst";
rev = "v${version}";
sha256 = "1xbw8ag3iwm69dhrsg54anrlzvvflj6pwsj42z6hrl0yckabn99z";
sha256 = "sha256-RidUZqDnzRrgW/7LVF+BF01zNcf1cJ/kS7OF/t1Q65c=";
};
nativeBuildInputs = [ cmake pkgconfig wrapQtAppsHook ];