mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
peertube: 4.2.0 -> 4.2.1
This commit is contained in:
parent
d3ec37479d
commit
b200beb196
@ -6,13 +6,13 @@ let
|
|||||||
if stdenv.hostPlatform.system == "x86_64-linux" then "linux-x64"
|
if stdenv.hostPlatform.system == "x86_64-linux" then "linux-x64"
|
||||||
else throw "Unsupported architecture: ${stdenv.hostPlatform.system}";
|
else throw "Unsupported architecture: ${stdenv.hostPlatform.system}";
|
||||||
|
|
||||||
version = "4.2.0";
|
version = "4.2.1";
|
||||||
|
|
||||||
source = fetchFromGitHub {
|
source = fetchFromGitHub {
|
||||||
owner = "Chocobozzz";
|
owner = "Chocobozzz";
|
||||||
repo = "PeerTube";
|
repo = "PeerTube";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-U/QJqYw1fFmUvtPDZ1VcYe1+clLj/I0Lkhhu8+FuK2U=";
|
sha256 = "sha256-bb22/GidSPaRtvbht6FzVqTGzzNDYgBdHqHGnzA1Iy0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
yarnOfflineCacheServer = fetchYarnDeps {
|
yarnOfflineCacheServer = fetchYarnDeps {
|
||||||
|
Loading…
Reference in New Issue
Block a user