Merge pull request #303709 from trofi/diffoscope-update

diffoscope: 263 -> 265

authored by Ryan Lahfa and committed by GitHub 18256d33 96fbb517

+2 -2
+2 -2
pkgs/tools/misc/diffoscope/default.nix
··· 79 # Note: when upgrading this package, please run the list-missing-tools.sh script as described below! 80 python3.pkgs.buildPythonApplication rec { 81 pname = "diffoscope"; 82 - version = "263"; 83 84 src = fetchurl { 85 url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2"; 86 - hash = "sha256-tKGPit8rPn/fMdEWP3cC93qakU5d7mBeRiKNQT3DBJ4="; 87 }; 88 89 outputs = [
··· 79 # Note: when upgrading this package, please run the list-missing-tools.sh script as described below! 80 python3.pkgs.buildPythonApplication rec { 81 pname = "diffoscope"; 82 + version = "265"; 83 84 src = fetchurl { 85 url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2"; 86 + hash = "sha256-YE81R8lTOM3wmv/GIaIBqUq2O6UvnUaHjuXZ00yDU8U="; 87 }; 88 89 outputs = [