peertube: 4.3.0 -> 4.3.1
This commit is contained in:
parent
bd4bfd814e
commit
4fbb0244d2
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue