peertube: 6.0.3 -> 6.0.4

Security fix release:
> Prevent XSS injection in embed

Changes:
https://github.com/Chocobozzz/PeerTube/releases/tag/v6.0.4
This commit is contained in:
Thomas Gerbet 2024-04-04 19:43:45 +02:00
parent a2d38866bd
commit 1e0f1f82a9

View file

@ -45,13 +45,13 @@ let
in
stdenv.mkDerivation rec {
pname = "peertube";
version = "6.0.3";
version = "6.0.4";
src = fetchFromGitHub {
owner = "Chocobozzz";
repo = "PeerTube";
rev = "v${version}";
hash = "sha256-Pskxfi+qqVk75hu22niLNFsToCJks1k8w8mTnXjr6jg=";
hash = "sha256-FxXIvibwdRcv8OaTQEXiM6CvWOIptfQXDQ1/PW910wg=";
};
yarnOfflineCacheServer = fetchYarnDeps {