Merge staging-next into staging

authored by

github-actions[bot] and committed by
GitHub
234f96b4 50658278

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