Unverified Commit 25cc888a authored by Moritz Sanft's avatar Moritz Sanft Committed by GitHub
Browse files

upx: 4.2.4 -> 5.0.0 (#383913)

parents bf4954e1 dde7fcf1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "upx";
  version = "4.2.4";
  version = "5.0.0";
  src = fetchFromGitHub {
    owner = "upx";
    repo = "upx";
    rev = "v${finalAttrs.version}";
    tag = "v${finalAttrs.version}";
    fetchSubmodules = true;
    hash = "sha256-r36BD5f/sQSz3GjvreOptc7atIaaBZKpU+7qm+BKLss=";
    hash = "sha256-LWir7Quf53G3Q9Lyw+sokn7Rtes2DxeZD8UsYviy3aA=";
  };

  nativeBuildInputs = [ cmake ];