Merge pull request #278548 from katexochen/upx/4-2-2

upx: 4.2.1 -> 4.2.2
This commit is contained in:
Nick Cao
2024-01-04 10:57:14 -05:00
committed by GitHub
+3 -2
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";