models-dev: 0-unstable-2025-09-29 -> 0-unstable-2025-10-08

This commit is contained in:
R. Ryantm
2025-10-09 06:27:43 +00:00
parent eb19d9bd0d
commit 05fd7ebe8a
+3 -3
View File
@@ -8,12 +8,12 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "models-dev";
version = "0-unstable-2025-09-29";
version = "0-unstable-2025-10-08";
src = fetchFromGitHub {
owner = "sst";
repo = "models.dev";
rev = "47a71d06c57055a7c347ff04b3c7cfcaf1fa9462";
hash = "sha256-fv6u/Hpmt5KUGSN/P7mrqbWAx7kHsMeIjiLaRUQqG90=";
rev = "8d397086d8971c91b27919b8a3945f5ac21bc61f";
hash = "sha256-r0k6b9vaAeKZl1mknQc1wyRiJcPB3/OWlqspOgqw/Us=";
};
node_modules = stdenvNoCC.mkDerivation {