qlever: 0.5.47 -> 0.5.48

This commit is contained in:
R. Ryantm
2026-06-25 09:15:10 +00:00
parent 78002cb6bb
commit 47cc1443c3

View File

@@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qlever";
version = "0.5.47";
version = "0.5.48";
src = fetchFromGitHub {
owner = "ad-freiburg";
repo = "qlever";
tag = "v${finalAttrs.version}";
hash = "sha256-sRV3OZTg9Q2Nvys0OgMbBGRqWPm+8P9zJD9rcaEEZ/Y=";
hash = "sha256-CqrwsUXjM5VwsNkLDkXgT6ZfqFZIuz2oPKVqO4z2t3A=";
fetchSubmodules = true;
};