Merge pull request #170837 from r-ryantm/auto-update/diffoscope

diffoscope: 210 -> 211

authored by Artturi and committed by GitHub ed014c27 69e558b4

+2 -2
+2 -2
pkgs/tools/misc/diffoscope/default.nix
··· 11 11 # Note: when upgrading this package, please run the list-missing-tools.sh script as described below! 12 12 python3Packages.buildPythonApplication rec { 13 13 pname = "diffoscope"; 14 - version = "210"; 14 + version = "211"; 15 15 16 16 src = fetchurl { 17 17 url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2"; 18 - sha256 = "sha256-KaECH995scVdBbxQ4YhZUFmm04ptgi4yx14oDFX+zSw="; 18 + sha256 = "sha256-B2Ll1N9JJkBM32eGHBtTscq6MR4T+yB98LTpjz094zo="; 19 19 }; 20 20 21 21 outputs = [ "out" "man" ];