diff options
| author | Paul Meyer <49727155+katexochen@users.noreply.github.com> | 2024-01-03 20:47:51 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-01-04 15:57:41 +0000 |
| commit | 26f3d6a0230399ce9514e69758896d5589e31aa1 (patch) | |
| tree | d90f30af90c815435530b930bbdf146fce419c83 | |
| parent | fastnetmon-advanced: 2.0.353 -> 2.0.356 (#278685) (diff) | |
| download | nixpkgs-26f3d6a0230399ce9514e69758896d5589e31aa1.tar.gz | |
upx: 4.2.1 -> 4.2.2origin/backport-278548-to-release-23.11
(cherry picked from commit 5bf965b8ada4bd70486859366eea00bf51d95190)
| -rw-r--r-- | pkgs/tools/compression/upx/default.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/tools/compression/upx/default.nix b/pkgs/tools/compression/upx/default.nix index 6c22984b3641..c9a516705b0e 100644 --- a/pkgs/tools/compression/upx/default.nix +++ b/pkgs/tools/compression/upx/default.nix @@ -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"; |
