pleroma: 2.4.2 -> 2.4.3 (#171788)

This commit is contained in:
Yuka
2022-05-06 12:41:07 +02:00
committed by GitHub
parent 764ec5dd39
commit 723af2912b
2 changed files with 4 additions and 4 deletions

View File

@@ -7,14 +7,14 @@
beamPackages.mixRelease rec {
pname = "pleroma";
version = "2.4.2";
version = "2.4.3";
src = fetchFromGitLab {
domain = "git.pleroma.social";
owner = "pleroma";
repo = "pleroma";
rev = "v${version}";
sha256 = "sha256-RcqqNNNCR4cxETUCyjChkpq+cQ1QzNOHHzdqBLtOc6g=";
sha256 = "sha256-x8j/2Eot/EEHsedgZntB5MPxlYMNDlFyZtmiMdhcS7U=";
};
mixNixDeps = import ./mix.nix {

View File

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