turingdb: 1.23 -> 1.26

This commit is contained in:
R. Ryantm
2026-03-31 05:52:19 +00:00
parent 4742239628
commit 30e184cd60
+2 -2
View File
@@ -26,13 +26,13 @@ let
in
turingstdenv.mkDerivation (finalAttrs: {
pname = "turingdb";
version = "1.23";
version = "1.26";
src = fetchFromGitHub {
owner = "turing-db";
repo = "turingdb";
tag = "v${finalAttrs.version}";
hash = "sha256-v9uZqgC4UT2EnBJ+SRr96TiWAPIy1v39GEa2vF9hLf4=";
hash = "sha256-8Jqd6sJwHMg1DTcFeCPEjaNdE0UBAX+ULp+9V4h2/1Y=";
fetchSubmodules = true;