Skip to content

Commit

Permalink
Merge pull request #179116 from NixOS/backport-179052-to-release-22.05
Browse files Browse the repository at this point in the history
[Backport release-22.05] peertube: 4.2.0 -> 4.2.1
  • Loading branch information
marsam authored Jun 26, 2022
2 parents cd90e77 + dbf69f2 commit ce07108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/peertube/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ce07108

Please sign in to comment.