peertube: 4.3.0 -> 4.3.1

This commit is contained in:
Izorkin 2022-11-17 14:16:52 +03:00
parent bd4bfd814e
commit 4fbb0244d2
No known key found for this signature in database
GPG key ID: 1436C1B3F3679F09

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 {