From 29ffe7ffb53602835ea3a4736a3792f375108fdc Mon Sep 17 00:00:00 2001 From: Illia Chub Date: Fri, 16 Apr 2021 12:54:27 +0300 Subject: [PATCH 1/2] Upgraded Pleroma OTP to 2.3.0 --- nixos-infect | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos-infect b/nixos-infect index 9f3e622..72f3bd4 100755 --- a/nixos-infect +++ b/nixos-infect @@ -785,11 +785,11 @@ stdenv.mkDerivation { # https://git.pleroma.social/pleroma/pleroma/-/tree/stable src = { aarch64-linux = fetchurl { - url = "https://git.pleroma.social/pleroma/pleroma/-/jobs/175288/artifacts/download"; - sha256 = "107kp5zqwq1lixk1cwkx4v7zpm0h248xzlm152aj36ghb43j2snw"; + url = "https://git.pleroma.social/pleroma/pleroma/-/jobs/182392/artifacts/download"; + sha256 = "1drpd6xh7m2damxi5impb8jwvjl6m3qv5yxynl12i8g66vi3rbwf"; }; 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"; }; }."\${stdenv.hostPlatform.system}"; From bf09bfd3a8de3056e239182be7cfe73eae51d337 Mon Sep 17 00:00:00 2001 From: Illia Chub Date: Fri, 16 Apr 2021 12:55:13 +0300 Subject: [PATCH 2/2] Incremented Pleroma package version --- nixos-infect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-infect b/nixos-infect index 72f3bd4..39742a5 100755 --- a/nixos-infect +++ b/nixos-infect @@ -778,7 +778,7 @@ cat > /etc/nixos/social/pleroma-package.nix << EOF }: stdenv.mkDerivation { pname = "pleroma-otp"; - version = "2.2.2"; + version = "2.3.0"; # To find the latest binary release stable link, have a look at # the CI pipeline for the latest commit of the stable branch