Merge pull request #201615 from Izorkin/update-peertube

peertube: 4.3.0 -> 4.3.1
This commit is contained in:
Mario Rodas 2022-11-18 04:22:28 -05:00 committed by GitHub
commit d956ebe117
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {