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

libdatachannel: 0.20.2 -> 0.20.3

parent d84b5d77
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.2";
  version = "0.20.3";

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

  outputs = [ "out" "dev" ];