mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
restinio: 0.7.6 -> 0.7.7 (#413907)
This commit is contained in:
commit
8b2390e415
1 changed files with 2 additions and 2 deletions
|
@ -21,13 +21,13 @@ assert !with_boost_asio -> asio != null;
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "restinio";
|
||||
version = "0.7.6";
|
||||
version = "0.7.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Stiffstream";
|
||||
repo = "restinio";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-wQIJsybPz5GNcQMECcYhs8nh/h8gWEocS+M+lnP8EOE=";
|
||||
hash = "sha256-bbiBz/WkQc3HiS7+x/qsRdHoravPX8LBKb+a2WeC81s=";
|
||||
};
|
||||
|
||||
# https://www.github.com/Stiffstream/restinio/issues/230
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue