Unverified Commit f1e5a11a authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

models-dev: 0-unstable-2025-11-06 -> 0-unstable-2025-11-11 (#460708)

parents b9816ac3 89f8f3da
Loading
Loading
Loading
Loading
+9 −5
Original line number Diff line number Diff line
@@ -8,12 +8,12 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "models-dev";
  version = "0-unstable-2025-11-06";
  version = "0-unstable-2025-11-11";
  src = fetchFromGitHub {
    owner = "sst";
    repo = "models.dev";
    rev = "db75a6d97efdd7a3f73cc2c0ebc3f362ebce608c";
    hash = "sha256-pl6Ra7QPmM15ndl/skxE+XTqWP9oD2olcs+EQFW0U/0=";
    rev = "2273498a2d97d73b19a60e611899073329499d23";
    hash = "sha256-L+zmAq1efNv77jogWRdUqt6MmFV3zO5mUiUwnozOqZw=";
  };

  node_modules = stdenvNoCC.mkDerivation {
@@ -65,7 +65,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
    # NOTE: Required else we get errors that our fixed-output derivation references store paths
    dontFixup = true;

    outputHash = "sha256-otke/XlxVafkgtM3wDMU+/GBBgrbD32+3E+Wyue8+U8=";
    outputHash = "sha256-E6QV2ruzEmglBZaQMKtAdKdVpxOiwDX7bMQM8jRsiqs=";
    outputHashAlgo = "sha256";
    outputHashMode = "recursive";
  };
@@ -99,7 +99,11 @@ stdenvNoCC.mkDerivation (finalAttrs: {
  '';

  passthru.updateScript = nix-update-script {
    extraArgs = [ "--version=branch" ];
    extraArgs = [
      "--version=branch"
      "--subpackage"
      "node_modules"
    ];
  };

  meta = {