icu: remove icu4c-54.1
Only zoom-us depends on icu4c-54.1. Since we know that version has some vulnerabilities, and zoom-us appears to work with icu4c-57.1, I remove the icu/54.1.nix file, remove icu_54_1 from all-packages.nix, and have zoom-us depend on icu (i.e., icu4c-57.1)
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
{ stdenv, fetchurl, fetchpatch, fixDarwinDylibNames }:
|
||||
|
||||
let
|
||||
icu = import ./default.nix { inherit stdenv fetchurl fetchpatch fixDarwinDylibNames; };
|
||||
in
|
||||
stdenv.lib.overrideDerivation icu (attrs: {
|
||||
src = fetchurl {
|
||||
url = "http://download.icu-project.org/files/icu4c/54.1/icu4c-54_1-src.tgz";
|
||||
sha256 = "1cwapgjmvrcv1n2wjspj3vahidg596gjfp4jn1gcb4baralcjayl";
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user