peertube: 4.2.0 -> 4.2.1

This commit is contained in:
Izorkin 2022-06-25 20:48:00 +03:00
parent d3ec37479d
commit b200beb196
No known key found for this signature in database
GPG key ID: 1436C1B3F3679F09

View file

@ -6,13 +6,13 @@ let
if stdenv.hostPlatform.system == "x86_64-linux" then "linux-x64"
else throw "Unsupported architecture: ${stdenv.hostPlatform.system}";
version = "4.2.0";
version = "4.2.1";
source = fetchFromGitHub {
owner = "Chocobozzz";
repo = "PeerTube";
rev = "v${version}";
sha256 = "sha256-U/QJqYw1fFmUvtPDZ1VcYe1+clLj/I0Lkhhu8+FuK2U=";
sha256 = "sha256-bb22/GidSPaRtvbht6FzVqTGzzNDYgBdHqHGnzA1Iy0=";
};
yarnOfflineCacheServer = fetchYarnDeps {