lomiri.content-hub: 1.1.0 -> 1.1.1

This commit is contained in:
R. Ryantm 2024-02-12 07:17:51 +00:00
parent 4477ea4df7
commit 08de1d9de7

View File

@ -30,13 +30,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "content-hub";
version = "1.1.0";
version = "1.1.1";
src = fetchFromGitLab {
owner = "ubports";
repo = "development/core/content-hub";
rev = finalAttrs.version;
hash = "sha256-IntEpgPCBmOL6K6TU+UhgGb6OHVA9pYurK5VN3woIIw=";
hash = "sha256-sQeyJV+Wc6PHKGIefl/dfU06XqTdICsn+Xamjx3puiI=";
};
outputs = [