mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2024-11-22 12:01:27 +00:00
Merge pull request 'Upgraded Pleroma OTP' (#6) from development into preproduction
Reviewed-on: https://git.selfprivacy.org/ilchub/selfprivacy-nixos-infect/pulls/6
This commit is contained in:
commit
1229f8fbf9
|
@ -778,18 +778,18 @@ cat > /etc/nixos/social/pleroma-package.nix << EOF
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "pleroma-otp";
|
pname = "pleroma-otp";
|
||||||
version = "2.2.2";
|
version = "2.3.0";
|
||||||
|
|
||||||
# To find the latest binary release stable link, have a look at
|
# To find the latest binary release stable link, have a look at
|
||||||
# the CI pipeline for the latest commit of the stable branch
|
# the CI pipeline for the latest commit of the stable branch
|
||||||
# https://git.pleroma.social/pleroma/pleroma/-/tree/stable
|
# https://git.pleroma.social/pleroma/pleroma/-/tree/stable
|
||||||
src = {
|
src = {
|
||||||
aarch64-linux = fetchurl {
|
aarch64-linux = fetchurl {
|
||||||
url = "https://git.pleroma.social/pleroma/pleroma/-/jobs/175288/artifacts/download";
|
url = "https://git.pleroma.social/pleroma/pleroma/-/jobs/182392/artifacts/download";
|
||||||
sha256 = "107kp5zqwq1lixk1cwkx4v7zpm0h248xzlm152aj36ghb43j2snw";
|
sha256 = "1drpd6xh7m2damxi5impb8jwvjl6m3qv5yxynl12i8g66vi3rbwf";
|
||||||
};
|
};
|
||||||
x86_64-linux = fetchurl {
|
x86_64-linux = fetchurl {
|
||||||
url = "https://git.pleroma.social/pleroma/pleroma/-/jobs/175284/artifacts/download";
|
url = "https://git.pleroma.social/pleroma/pleroma/-/jobs/182388/artifacts/download";
|
||||||
sha256 = "1c6l04gga9iigm249ywwcrjg6wzy8iiid652mws3j9dnl71w2sim";
|
sha256 = "1c6l04gga9iigm249ywwcrjg6wzy8iiid652mws3j9dnl71w2sim";
|
||||||
};
|
};
|
||||||
}."\${stdenv.hostPlatform.system}";
|
}."\${stdenv.hostPlatform.system}";
|
||||||
|
|
Loading…
Reference in a new issue