kulala-core: 0.28.2 -> 0.30.0

This commit is contained in:
R. Ryantm
2026-07-29 21:58:47 +00:00
parent 7766a3bcdd
commit c1c1e95cf4
+2 -2
View File
@@ -10,7 +10,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "kulala-core";
version = "0.28.2";
version = "0.30.0";
strictDeps = true;
__structuredAttrs = true;
@@ -19,7 +19,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "mistweaverco";
repo = "kulala-core";
tag = "v${finalAttrs.version}";
hash = "sha256-hXCVufxl8S+PxW7tvMHDRuSvELxTbsgH/Euvl+u+7BM=";
hash = "sha256-S/uO4tvYgO6/6vC8HTLJKSrXgyEagtns4jkUPeGoEo8=";
};
node_modules = stdenv.mkDerivation {