diffoscope: 176 -> 177

Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
launchpad/nixpkgs/master
Arthur Gautier 3 years ago
parent 6f1857f2f2
commit ee6268cdc8
  1. 4
      pkgs/tools/misc/diffoscope/default.nix

@ -16,11 +16,11 @@ let
in
python3Packages.buildPythonApplication rec {
pname = "diffoscope";
version = "176";
version = "177";
src = fetchurl {
url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
sha256 = "sha256-Hr3GNgpvKCLs+HA8QLOewh5nz9npZr5MZ65wRrat7l0=";
sha256 = "sha256-yTOaDhAKtMhQYxolALnuc7FuXoMUOhjmsabtS1FeW/Q=";
};
outputs = [ "out" "man" ];

Loading…
Cancel
Save