turingdb: 1.32 -> 1.33 (#527262)

This commit is contained in:
Austin Horstman
2026-06-05 13:37:40 +00:00
committed by GitHub

View File

@@ -28,13 +28,13 @@ let
in
turingstdenv.mkDerivation (finalAttrs: {
pname = "turingdb";
version = "1.32";
version = "1.33";
src = fetchFromGitHub {
owner = "turing-db";
repo = "turingdb";
tag = "v${finalAttrs.version}";
hash = "sha256-cpaMX7TUdUl6hJTFz1UQ7cmgE6cb7sKIMdT55jRO5Bo=";
hash = "sha256-osxz5x8lxMZM5/qTc5Xx3YDMMPeGYyN2aO9pX+kERgo=";
fetchSubmodules = true;