various: use correct name for passthru.updateScript

This commit is contained in:
Michael Daniels
2025-12-25 10:25:27 -05:00
parent 1245fad6f4
commit 6148d46739
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
versionCheckProgramArg = "--argc-version";
passthru = {
update-script = nix-update-script { };
updateScript = nix-update-script { };
tests = {
cross =
(
+1 -1
View File
@@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
"-DWITH_BENCHMARKS=Off"
];
passthru.update-script = nix-update-script { };
passthru.updateScript = nix-update-script { };
meta = {
homepage = "https://github.com/ktprime/emhash";
@@ -18,7 +18,7 @@ buildNpmPackage (finalAttrs: {
npmDepsHash = "sha256-/m0+z2fSwX77zRY4Yg4xdyI/ZEzAKNUuicaqz0b8f5w=";
passthru.update-script = nix-update-script { };
passthru.updateScript = nix-update-script { };
meta = {
description = "Formatter plugin for Jinja2 template files";
+2 -2
View File
@@ -38,7 +38,7 @@ let
runHook postInstall
'';
passthru.updatescript = nix-update-script { };
passthru.updateScript = nix-update-script { };
};
in
buildGoModule rec {
@@ -60,7 +60,7 @@ buildGoModule rec {
'';
passthru.tests.scrutiny = nixosTests.scrutiny;
passthru.updatescript = nix-update-script { };
passthru.updateScript = nix-update-script { };
meta = {
description = "Hard Drive S.M.A.R.T Monitoring, Historical Trends & Real World Failure Thresholds";
+1 -1
View File
@@ -33,7 +33,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
nativeInstallCheckInputs = [ versionCheckHook ];
versionCheckProgramArg = "--version";
passthru.update-script = nix-update-script { };
passthru.updateScript = nix-update-script { };
meta = {
description = "Lints and suggestions for the nix programming language";
+1 -1
View File
@@ -18,7 +18,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
cargoHash = "sha256-5W0GbKz18rQ+3TjNanzV4H4LE/7TLZ+8/FbGHffE2RY=";
passthru.update-script = nix-update-script { };
passthru.updateScript = nix-update-script { };
meta = {
description = "Nushell plugin to work with semver versions";