Merge pull request #263628 from r-ryantm/auto-update/upx

upx: 4.1.0 -> 4.2.0
This commit is contained in:
Weijia Wang 2023-11-04 01:07:54 +01:00 committed by GitHub
commit 3b82360285
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "upx";
version = "4.1.0";
version = "4.2.0";
src = fetchFromGitHub {
owner = "upx";
repo = pname;
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-pHJypO+sK7+ytM7yJxJpfBJHTYpGc9nr/JiFGd7hlJM=";
sha256 = "sha256-PRfIJSjmeXjbslqWnKrHUPdOJfZU08nr4wXoAnP9qm0=";
};
nativeBuildInputs = [ cmake ];