nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

diffoscope: 266 -> 267

Changes: https://diffoscope.org/news/diffoscope-267-released/

+2 -2
+2 -2
pkgs/tools/misc/diffoscope/default.nix
··· 96 96 # Note: when upgrading this package, please run the list-missing-tools.sh script as described below! 97 97 python.pkgs.buildPythonApplication rec { 98 98 pname = "diffoscope"; 99 - version = "266"; 99 + version = "267"; 100 100 101 101 src = fetchurl { 102 102 url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2"; 103 - hash = "sha256-whEFBUFl8yFsZOtOWHbDm6Tx6i6UJYmQ5Fz7svLqGgs="; 103 + hash = "sha256-eU5n39kwITCGKXFu7ESAs9bZM6SPxey0tmDLd86zRvE="; 104 104 }; 105 105 106 106 outputs = [