nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

pleroma-otp: 2.2.2 -> 2.3.0 (#115053)

https://pleroma.social/announcements/2021/03/02/pleroma-major-release-2-3-0/

authored by

Ninjatrappeur and committed by
GitHub
5b05ea44 61e6aeb6

+5 -5
+5 -5
pkgs/servers/pleroma-otp/default.nix
··· 12 12 }: 13 13 stdenv.mkDerivation { 14 14 pname = "pleroma-otp"; 15 - version = "2.2.2"; 15 + version = "2.3.0"; 16 16 17 17 # To find the latest binary release stable link, have a look at 18 18 # the CI pipeline for the latest commit of the stable branch 19 19 # https://git.pleroma.social/pleroma/pleroma/-/tree/stable 20 20 src = { 21 21 aarch64-linux = fetchurl { 22 - url = "https://git.pleroma.social/pleroma/pleroma/-/jobs/175288/artifacts/download"; 23 - sha256 = "107kp5zqwq1lixk1cwkx4v7zpm0h248xzlm152aj36ghb43j2snw"; 22 + url = "https://git.pleroma.social/pleroma/pleroma/-/jobs/182392/artifacts/download"; 23 + sha256 = "1drpd6xh7m2damxi5impb8jwvjl6m3qv5yxynl12i8g66vi3rbwf"; 24 24 }; 25 25 x86_64-linux = fetchurl { 26 - url = "https://git.pleroma.social/pleroma/pleroma/-/jobs/175284/artifacts/download"; 27 - sha256 = "1c6l04gga9iigm249ywwcrjg6wzy8iiid652mws3j9dnl71w2sim"; 26 + url = "https://git.pleroma.social/pleroma/pleroma/-/jobs/182388/artifacts/download"; 27 + sha256 = "0glr0iiqmylwwsn5r946yqr9kx97j2zznrc0imyxm3j0vhz8xzl4"; 28 28 }; 29 29 }."${stdenv.hostPlatform.system}"; 30 30