upx: 4.0.2 -> 4.1.0

This commit is contained in:
R. Ryantm 2023-08-13 01:33:12 +00:00
parent ead1dc9913
commit 1085787769

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 ];