Commit c3bb349e authored by R. RyanTM's avatar R. RyanTM
Browse files

libdatachannel: 0.20.3 -> 0.21.0

parent 9e5cd80f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

stdenv.mkDerivation rec {
  pname = "libdatachannel";
  version = "0.20.3";
  version = "0.21.0";

  src = fetchFromGitHub {
    owner = "paullouisageneau";
    repo = "libdatachannel";
    rev = "v${version}";
    hash = "sha256-QVyHDeT5gh+e3jOx9PjubIVq1xQ9eA7CxbP91X/xxT8=";
    hash = "sha256-hxXDovJAmuh15jFaxY9aESoTVVJ3u2twsX31U3txans=";
  };

  outputs = [ "out" "dev" ];