Merge branch 'staging' into glibc230

This commit is contained in:
Maximilian Bosch
2020-02-01 17:42:03 +01:00
265 changed files with 3902 additions and 3038 deletions

View File

@@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "upx";
version = "3.95";
version = "3.96";
src = fetchurl {
url = "https://github.com/upx/upx/releases/download/v${version}/${pname}-${version}-src.tar.xz";
sha256 = "14jmgy7hvx4zqra20w8260wrcxmjf2h6ba2yrw7pcp18im35a3rv";
sha256 = "051pk5jk8fcfg5mpgzj43z5p4cn7jy5jbyshyn78dwjqr7slsxs7";
};
CXXFLAGS = "-Wno-unused-command-line-argument";