Merge pull request #193792 from r-ryantm/auto-update/restinio

restinio: 0.6.16 -> 0.6.17
This commit is contained in:
Mario Rodas 2022-10-01 06:44:22 -05:00 committed by GitHub
commit 248a03395d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,12 @@
let
pname = "restinio";
version = "0.6.16";
version = "0.6.17";
in
fetchzip {
name = "${pname}-${version}";
url = "https://github.com/Stiffstream/restinio/releases/download/v.${version}/${pname}-${version}.tar.bz2";
hash = "sha256-tl9HUsT9mCupuwp6T4dbPdYOQy3vYyctuwFQPfR8m0Y=";
hash = "sha256-8A13r3Qsn5S+kVWLPENoOjqz2tPMxSo6EWBvHG1cTAE=";
stripRoot = false;
postFetch = ''