mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
upx: 3.94 -> 3.95
This commit is contained in:
parent
9236e9a28d
commit
da8e3ef9e5
@ -2,10 +2,10 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "upx-${version}";
|
||||
version = "3.94";
|
||||
version = "3.95";
|
||||
src = fetchurl {
|
||||
url = "https://github.com/upx/upx/releases/download/v3.94/upx-3.94-src.tar.xz";
|
||||
sha256 = "08anybdliqsbsl6x835iwzljahnm9i7v26icdjkcv33xmk6p5vw1";
|
||||
url = "https://github.com/upx/upx/releases/download/v${version}/${name}-src.tar.xz";
|
||||
sha256 = "14jmgy7hvx4zqra20w8260wrcxmjf2h6ba2yrw7pcp18im35a3rv";
|
||||
};
|
||||
|
||||
CXXFLAGS = "-Wno-unused-command-line-argument";
|
||||
|
Loading…
Reference in New Issue
Block a user