qlever: 0.5.46 -> 0.5.47

This commit is contained in:
R. Ryantm
2026-05-04 01:26:47 +00:00
parent 1e60f1a9a1
commit bc36575cd6
+2 -2
View File
@@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qlever";
version = "0.5.46";
version = "0.5.47";
src = fetchFromGitHub {
owner = "ad-freiburg";
repo = "qlever";
tag = "v${finalAttrs.version}";
hash = "sha256-UUfSWy1mImmyL7Ha2xCbxm9srdY/rTJS4oUJbJiDtwQ=";
hash = "sha256-sRV3OZTg9Q2Nvys0OgMbBGRqWPm+8P9zJD9rcaEEZ/Y=";
fetchSubmodules = true;
};