upx: 5.1.1 -> 5.2.0

Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
Paul Meyer
2026-06-09 10:53:43 +02:00
parent 32fae6a7c4
commit 124317ad25
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "upx";
version = "5.1.1";
version = "5.2.0";
src = fetchFromGitHub {
owner = "upx";
repo = "upx";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-+ugYimeeBFAUGdBUtwasYSOZzBqQEC00N6R+GNSp9uI=";
hash = "sha256-6LTDz4gMak0V7KiZOeuQgm+RubKRp3zhF6T6SZzZ5Dk=";
};
nativeBuildInputs = [ cmake ];