cutelyst: 2.7.0 -> 2.8.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cutelyst/versions
This commit is contained in:
R. RyanTM 2019-07-01 03:14:00 -07:00
parent 5b4b6b6c24
commit 00e914cb83

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
name = "cutelyst-${version}";
version = "2.7.0";
version = "2.8.0";
src = fetchFromGitHub {
owner = "cutelyst";
repo = "cutelyst";
rev = "v${version}";
sha256 = "09cgfpr2k1jp98h1ahxqm5lmv3qbk0bcxpqpill6n5wmq2c8kl8b";
sha256 = "02jys32qkyksa2dmanyg4x0y5lh4ra0xbn2mfr2k84slrxbgjs1g";
};
nativeBuildInputs = [ cmake pkgconfig makeWrapper ];