upx: 5.0.2 -> 5.1.0

Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
Paul Meyer
2026-01-14 11:49:19 +01:00
parent 6a758e1182
commit 8c6b95d76b
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "upx";
version = "5.0.2";
version = "5.1.0";
src = fetchFromGitHub {
owner = "upx";
repo = "upx";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-ntnOuraEFVIU4dVE2oumpxBmzNNGjqrwMrQFaJp/zww=";
hash = "sha256-FQtDHsbZ/JrgRLwc2Wd2F5ZcBdqrU0YIT9hGQ0k0D+w=";
};
nativeBuildInputs = [ cmake ];