firefox_decrypt: make updateScript follow stable releases
This commit is contained in:
parent
9f27c36e18
commit
40bed0a581
1 changed files with 1 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue