ruqola: 2.7.2 -> 2.8.1

This commit is contained in:
R. Ryantm
2026-07-15 10:32:53 +00:00
parent 0a6bfb4390
commit 0e8ab11708

View File

@@ -10,14 +10,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ruqola";
version = "2.7.2";
version = "2.8.1";
src = fetchFromGitLab {
domain = "invent.kde.org";
owner = "network";
repo = "ruqola";
tag = "v${finalAttrs.version}";
hash = "sha256-6ModByNU47fWsUUp7TTqgStFViTZy5ZXPYcrj0Rwrpc=";
hash = "sha256-+Ry4Ns+QHhgFJpVkDsbyfLt/aVvp2AZk/1dyrbOIH0A=";
};
nativeBuildInputs = [