Merge pull request #125706 from baloo/baloo/diffoscope/177

diffoscope: 176 -> 177

authored by Maximilian Bosch and committed by GitHub f9168ac2 6f1857f2

+2 -2
+2 -2
pkgs/tools/misc/diffoscope/default.nix
··· 16 in 17 python3Packages.buildPythonApplication rec { 18 pname = "diffoscope"; 19 - version = "176"; 20 21 src = fetchurl { 22 url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2"; 23 - sha256 = "sha256-Hr3GNgpvKCLs+HA8QLOewh5nz9npZr5MZ65wRrat7l0="; 24 }; 25 26 outputs = [ "out" "man" ];
··· 16 in 17 python3Packages.buildPythonApplication rec { 18 pname = "diffoscope"; 19 + version = "177"; 20 21 src = fetchurl { 22 url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2"; 23 + sha256 = "sha256-yTOaDhAKtMhQYxolALnuc7FuXoMUOhjmsabtS1FeW/Q="; 24 }; 25 26 outputs = [ "out" "man" ];