lol

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

restinio: 0.6.17 -> 0.6.18

authored by

Weijia Wang and committed by
GitHub
98dc2474 dec0f1be

+2 -2
+2 -2
pkgs/development/libraries/restinio/default.nix
··· 2 2 3 3 stdenvNoCC.mkDerivation rec { 4 4 pname = "restinio"; 5 - version = "0.6.17"; 5 + version = "0.6.18"; 6 6 7 7 src = fetchurl { 8 8 url = "https://github.com/Stiffstream/restinio/releases/download/v.${version}/${pname}-${version}.tar.bz2"; 9 - hash = "sha256-zqDEaQYZbpfDCyv++/1JV4yfhwqJUB185c05u9N2FCo="; 9 + hash = "sha256-4OksmaW6NBpZ8npqLiZGn6zmCB7KxXlU5NKfKmA7Zr8="; 10 10 }; 11 11 12 12 sourceRoot = ".";