various: use correct name for passthru.updateScript
This commit is contained in:
@@ -52,7 +52,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
versionCheckProgramArg = "--argc-version";
|
||||
|
||||
passthru = {
|
||||
update-script = nix-update-script { };
|
||||
updateScript = nix-update-script { };
|
||||
tests = {
|
||||
cross =
|
||||
(
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user