firefox_decrypt: make updateScript follow stable releases

This commit is contained in:
Nick Cao 2023-08-08 09:09:20 +08:00
parent 9f27c36e18
commit 40bed0a581
No known key found for this signature in database

View file

@ -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";