thunderbird: fix update script (#133744)

#130116 broke hydra eval by calling a non-existing file as updateScript
This commit is contained in:
Yuka
2021-08-13 12:46:21 +02:00
committed by GitHub
parent 38819cd2f2
commit acc802ec9a
@@ -0,0 +1,7 @@
{ callPackage
, ...
}@args:
callPackage ../../browsers/firefox/update.nix ({
baseUrl = "http://archive.mozilla.org/pub/thunderbird/releases/";
} // (builtins.removeAttrs args ["callPackage"]))