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

diffoscope: 245 -> 246

authored by

Pol Dellaiera and committed by
GitHub
3b70110c aacc8f2b

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