gnomeExtensions.argos: set `passthru.updateScript`

authored by Harsh Shandilya and committed by Maxine Aubrey dfdc8d67 b8959b55

+2 -1
+2 -1
pkgs/desktops/gnome/extensions/argos/default.nix
··· 1 - { fetchFromGitHub, lib, stdenv }: 1 + { fetchFromGitHub, lib, stdenv, unstableGitUpdater }: 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "argos"; ··· 19 19 passthru = { 20 20 extensionUuid = "argos@pew.worldwidemann.com"; 21 21 extensionPortalSlug = "argos"; 22 + updateScript = unstableGitUpdater { }; 22 23 }; 23 24 24 25 meta = with lib; {