From 40bed0a5819d7eced4207583d5dc78e3576f5a97 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Tue, 8 Aug 2023 09:09:20 +0800 Subject: [PATCH] firefox_decrypt: make updateScript follow stable releases --- pkgs/tools/security/firefox_decrypt/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/tools/security/firefox_decrypt/default.nix b/pkgs/tools/security/firefox_decrypt/default.nix index d006e3140bf8..f0f2e1cf76d4 100644 --- a/pkgs/tools/security/firefox_decrypt/default.nix +++ b/pkgs/tools/security/firefox_decrypt/default.nix @@ -25,9 +25,7 @@ buildPythonApplication rec { makeWrapperArgs = [ "--prefix" "LD_LIBRARY_PATH" ":" (lib.makeLibraryPath [ nss ]) ]; - passthru.updateScript = nix-update-script { - extraArgs = [ "--version=branch" ]; - }; + passthru.updateScript = nix-update-script { }; meta = with lib; { homepage = "https://github.com/unode/firefox_decrypt";