models-dev: 0-unstable-2026-06-29 -> sdk-v0.0.5-unstable-2026-07-07

This commit is contained in:
R. Ryantm
2026-07-07 23:49:08 +00:00
parent 776e86a16d
commit 3a760bc8dd
+4 -4
View File
@@ -8,12 +8,12 @@
}:
let
pname = "models-dev";
version = "0-unstable-2026-06-29";
version = "sdk-v0.0.5-unstable-2026-07-07";
src = fetchFromGitHub {
owner = "anomalyco";
repo = "models.dev";
rev = "25e012fcdd12652969e37837863e3dba53bd5582";
hash = "sha256-QOGlYaE4c1UVStlKPqvinBbmO6lfTAj4X1Q1fCtixwo=";
rev = "f1a9be19f62c24474d27947d5236067504dd755a";
hash = "sha256-ty8l1jURV2uf245Xqm+I95qZ8gU9IjTGqR7+yLGxBUs=";
};
node_modules = stdenvNoCC.mkDerivation {
@@ -57,7 +57,7 @@ let
# NOTE: Required else we get errors that our fixed-output derivation references store paths
dontFixup = true;
outputHash = "sha256-kn5Ung5DGDYMf5MHnZ+jsqXCg+MYahfkbiixcD9kh4Y=";
outputHash = "sha256-aL2kNCYF6Y4QnEvlpQ9U5Qe+K8a1J2X7BvJqE+BnRcY=";
outputHashAlgo = "sha256";
outputHashMode = "recursive";
};