upx: 4.2.1 -> 4.2.2

This commit is contained in:
Paul Meyer 2024-01-03 20:47:51 +01:00
parent dcc5f60610
commit 5bf965b8ad

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "upx";
version = "4.2.1";
version = "4.2.2";
src = fetchFromGitHub {
owner = "upx";
repo = "upx";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
sha256 = "sha256-s4cZAb0rhCJrHI//IXLNYLhOzX1NRmN/t5IFgurwI30=";
hash = "sha256-0x7SUW+rB5HNRoRkCQIwfOIMpu+kOifxA7Z3SUlY/ME=";
};
nativeBuildInputs = [ cmake ];
@ -27,6 +27,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; {
homepage = "https://upx.github.io/";
description = "The Ultimate Packer for eXecutables";
changelog = "https://github.com/upx/upx/blob/${finalAttrs.src.rev}/NEWS";
license = licenses.gpl2Plus;
platforms = platforms.unix;
mainProgram = "upx";