diffoscope: 224 -> 225

authored by R. Ryantm and committed by Bjørn Forsman ecf6426a cfb60e72

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