Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6ec88282af2d
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f158bb627c45
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 29, 2020

  1. Copy the full SHA
    f224d16 View commit details
  2. Merge pull request #78748 from zowoq/upx

    upx: 3.95 -> 3.96
    marsam authored Jan 29, 2020
    Copy the full SHA
    f158bb6 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/compression/upx/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/compression/upx/default.nix
Original file line number Diff line number Diff line change
@@ -2,10 +2,10 @@

stdenv.mkDerivation rec {
pname = "upx";
version = "3.95";
version = "3.96";
src = fetchurl {
url = "https://github.com/upx/upx/releases/download/v${version}/${pname}-${version}-src.tar.xz";
sha256 = "14jmgy7hvx4zqra20w8260wrcxmjf2h6ba2yrw7pcp18im35a3rv";
sha256 = "051pk5jk8fcfg5mpgzj43z5p4cn7jy5jbyshyn78dwjqr7slsxs7";
};

CXXFLAGS = "-Wno-unused-command-line-argument";