lorem: 1.5 -> 1.6

This commit is contained in:
Hythera
2026-03-14 20:34:36 +01:00
parent 6fd8510460
commit fe0d85dce1
+3 -2
View File
@@ -18,11 +18,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lorem";
version = "1.5";
version = "1.6";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "World/design";
group = "World";
owner = "design";
repo = "lorem";
rev = finalAttrs.version;
hash = "sha256-q6gpxxNebf2G/lT5wWXT/lVp3zR8QLWB8/sdK+wLTJ8=";