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

upx: 4.0.2 -> 4.1.0
This commit is contained in:
Jörg Thalheim 2023-08-13 13:03:50 +01:00 committed by GitHub
commit b6df7e313b
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.0.2";
version = "4.1.0";
src = fetchFromGitHub {
owner = "upx";
repo = pname;
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-5jqEdMlHmsD88kT/EGieL7DktppVdfWyJWGRNRKbRc4=";
sha256 = "sha256-pHJypO+sK7+ytM7yJxJpfBJHTYpGc9nr/JiFGd7hlJM=";
};
nativeBuildInputs = [ cmake ];