restinio: 0.7.3 -> 0.7.4 (#386835)

This commit is contained in:
Arne Keller
2025-03-07 08:33:09 +01:00
committed by GitHub
+2 -2
View File
@@ -21,13 +21,13 @@ assert !with_boost_asio -> asio != null;
stdenv.mkDerivation (finalAttrs: {
pname = "restinio";
version = "0.7.3";
version = "0.7.4";
src = fetchFromGitHub {
owner = "Stiffstream";
repo = "restinio";
rev = "v.${finalAttrs.version}";
hash = "sha256-heVdo0MtsWi/r9yse+/FZ55lhiunyEdwB3UkOOY5Vj0=";
hash = "sha256-AwAynNLSr0oBDhrKFguYG3O2aL1fnJ6g/kgAFxqYDqI=";
};
# https://www.github.com/Stiffstream/restinio/issues/230