peertube: 8.2.2 -> 8.2.3; add changelog (#544447)

This commit is contained in:
Sandro
2026-07-23 14:10:11 +00:00
committed by GitHub
+3 -2
View File
@@ -21,7 +21,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "peertube";
version = "8.2.2";
version = "8.2.3";
__structuredAttrs = true;
strictDeps = true;
@@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "Chocobozzz";
repo = "PeerTube";
tag = "v${finalAttrs.version}";
hash = "sha256-huyuaCWJ3w1KHCcQFjH2ZcofPjqwjLpLt+dg6auD/dQ=";
hash = "sha256-w+mSFr+uobq1TtqfewRmakGMYlEjwLs0k39mWHMbq+Q=";
};
outputs = [
@@ -170,6 +170,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
license = lib.licenses.agpl3Plus;
homepage = "https://joinpeertube.org/";
changelog = "https://github.com/Chocobozzz/PeerTube/blob/${finalAttrs.src.rev}/CHANGELOG.md";
platforms = [
"x86_64-linux"
"aarch64-linux"