Unverified Commit cbe8aa9d authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

restinio: 0.7.3 -> 0.7.4 (#386835)

parents 94d0b41d b54d2026
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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