update pleroma 2.4.51 -> 2.4.52 (tip/4605efe272016a5ba8ba6e96a9bec9a6e40c1591)

This commit is contained in:
Colin 2022-05-09 22:48:43 +00:00
parent 151f8b0824
commit b804fd338e
2 changed files with 9 additions and 7 deletions

View File

@ -8,15 +8,17 @@
beamPackages.mixRelease rec { beamPackages.mixRelease rec {
pname = "pleroma"; pname = "pleroma";
version = "2.4.51"; version = "2.4.52";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "git.pleroma.social"; domain = "git.pleroma.social";
owner = "pleroma"; owner = "pleroma";
repo = "pleroma"; repo = "pleroma";
rev = "a5d7e98de0ed7989d80e4698155676488afbb423"; rev = "4605efe272016a5ba8ba6e96a9bec9a6e40c1591";
# compute with `nix to-sri sha256:<output from failed nix build>` # to update: uncomment the null hash, run nixos-rebuild and
sha256 = "sha256-CvhqlpCxmEIYTtGqCMCUCVq8Y71J95l6W6FRJMXvSL8="; # compute the new hash with `nix to-sri sha256:<output from failed nix build>`
# sha256 = "sha256-0000000000000000000000000000000000000000000=";
sha256 = "sha256-Dp1kTUDfNC7EDoK9WToXkUvsj7v66eKuD15le5IZgiY=";
}; };
preFixup = if (cookieFile != null) then '' preFixup = if (cookieFile != null) then ''
@ -51,7 +53,7 @@ beamPackages.mixRelease rec {
inherit beamPackages lib; inherit beamPackages lib;
overrides = (final: prev: { overrides = (final: prev: {
# mix2nix does not support git dependencies yet, # mix2nix does not support git dependencies yet,
# so we need to add them manually # so we need to add them manually. these are grabbed from git/pleroma/`mix.exs`
gettext = beamPackages.buildMix rec { gettext = beamPackages.buildMix rec {
name = "gettext"; name = "gettext";
version = "0.19.1"; version = "0.19.1";

View File

@ -1467,12 +1467,12 @@ let
sweet_xml = buildMix rec { sweet_xml = buildMix rec {
name = "sweet_xml"; name = "sweet_xml";
version = "0.6.6"; version = "0.7.2";
src = fetchHex { src = fetchHex {
pkg = "${name}"; pkg = "${name}";
version = "${version}"; version = "${version}";
sha256 = "0wrm3wx1c4wg8xj8lx1pg9xdpxhsbbry71l3kwgsizwjz1cc87if"; sha256 = "1s56f3ak35z2h9gk3g302akhwx7p4lrylichv4s4ai8g2a5fd538";
}; };
beamDeps = []; beamDeps = [];