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

restinio: 0.6.17 -> 0.6.18
This commit is contained in:
Weijia Wang 2023-04-21 00:20:05 +03:00 committed by GitHub
commit 98dc2474f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec {
pname = "restinio";
version = "0.6.17";
version = "0.6.18";
src = fetchurl {
url = "https://github.com/Stiffstream/restinio/releases/download/v.${version}/${pname}-${version}.tar.bz2";
hash = "sha256-zqDEaQYZbpfDCyv++/1JV4yfhwqJUB185c05u9N2FCo=";
hash = "sha256-4OksmaW6NBpZ8npqLiZGn6zmCB7KxXlU5NKfKmA7Zr8=";
};
sourceRoot = ".";