sqlite-vec: 0.1.2 -> 0.1.3

This commit is contained in:
R. Ryantm 2024-09-26 17:26:08 +00:00
parent e09e0b5a3c
commit cee66e5571

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sqlite-vec";
version = "0.1.2";
version = "0.1.3";
src = fetchFromGitHub {
owner = "asg017";
repo = "sqlite-vec";
rev = "v${finalAttrs.version}";
hash = "sha256-8vof4gfESfWHAW+MBYdhyte2bKnVk+VEiowDK42/G/0=";
hash = "sha256-aMU4Spom1b0M5FQA0SconMuuBtEdOL8WNnUxzvAZ0VQ=";
};
nativeBuildInputs = [ gettext ];