models-dev: 0-unstable-2025-10-30 -> 0-unstable-2025-10-31

This commit is contained in:
R. Ryantm
2025-10-31 17:05:44 +00:00
parent 62978ff367
commit 7a19eee1be
+3 -3
View File
@@ -8,12 +8,12 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "models-dev";
version = "0-unstable-2025-10-30";
version = "0-unstable-2025-10-31";
src = fetchFromGitHub {
owner = "sst";
repo = "models.dev";
rev = "b97ee9233088cb71668ee91a679d41b36ffae312";
hash = "sha256-uN9hCqzELCpOLRtNqp5M/80pHqo2zmdXXfnqVqdIAjY=";
rev = "91a03818a6eb45508d042c91cb4cf21a331296f1";
hash = "sha256-cjyGeTLfv8CpW8OuyPDG3KKYJ6N7u2EUhMFTGTGOIPM=";
};
node_modules = stdenvNoCC.mkDerivation {