upx: 5.0.1 -> 5.0.2

Signed-off-by: Paul Meyer <katexochen0@gmail.com>

+2 -2
+2 -2
pkgs/by-name/up/upx/package.nix
··· 9 10 stdenv.mkDerivation (finalAttrs: { 11 pname = "upx"; 12 - version = "5.0.1"; 13 src = fetchFromGitHub { 14 owner = "upx"; 15 repo = "upx"; 16 tag = "v${finalAttrs.version}"; 17 fetchSubmodules = true; 18 - hash = "sha256-Tkyhr9iuyD2EnVZgo2X/NF0Am12JEZ3vQ9ojOjqsZ2E="; 19 }; 20 21 nativeBuildInputs = [ cmake ];
··· 9 10 stdenv.mkDerivation (finalAttrs: { 11 pname = "upx"; 12 + version = "5.0.2"; 13 src = fetchFromGitHub { 14 owner = "upx"; 15 repo = "upx"; 16 tag = "v${finalAttrs.version}"; 17 fetchSubmodules = true; 18 + hash = "sha256-ntnOuraEFVIU4dVE2oumpxBmzNNGjqrwMrQFaJp/zww="; 19 }; 20 21 nativeBuildInputs = [ cmake ];