From 20252b3cb63d63da5a0dbc9d18550fdcaa32cdc2 Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Mon, 31 Aug 2020 13:53:25 -0400 Subject: [PATCH] nasc: typo --- pkgs/applications/science/math/nasc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/science/math/nasc/default.nix b/pkgs/applications/science/math/nasc/default.nix index 265c0f259bd..9d14df5a798 100644 --- a/pkgs/applications/science/math/nasc/default.nix +++ b/pkgs/applications/science/math/nasc/default.nix @@ -65,7 +65,7 @@ stdenv.mkDerivation rec { ''; passthru = { - pdateScript = nix-update-script { + updateScript = nix-update-script { attrPath = pname; }; };