Unverified Commit d956ebe1 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #201615 from Izorkin/update-peertube

peertube: 4.3.0 -> 4.3.1
parents 018cab7f 4fbb0244
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@ let

in stdenv.mkDerivation rec {
  pname = "peertube";
  version = "4.3.0";
  version = "4.3.1";

  src = fetchFromGitHub {
    owner = "Chocobozzz";
    repo = "PeerTube";
    rev = "v${version}";
    hash = "sha256-1QpJtonn/mWGcTv2mSeGKAHwPAqOV6VBAYFZH1/jAH8=";
    hash = "sha256-r3Bi7QLzDKo3/idEY7fYIxTJPULNvAS6hy19Hko2qHE=";
  };

  yarnOfflineCacheServer = fetchYarnDeps {