Merge pull request #179052 from Izorkin/update-peertube

peertube: 4.2.0 -> 4.2.1
This commit is contained in:
Mario Rodas 2022-06-25 17:52:11 -05:00 committed by GitHub
commit 358bf0f44f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {