diffoscope: 86 -> 87

This commit is contained in:
Tuomas Tynkkynen 2017-11-06 02:05:13 +02:00
parent 63bac2c23e
commit c910a08cff

View file

@ -8,12 +8,12 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
name = "diffoscope-${version}"; name = "diffoscope-${version}";
version = "86"; version = "87";
src = fetchgit { src = fetchgit {
url = "git://anonscm.debian.org/reproducible/diffoscope.git"; url = "git://anonscm.debian.org/reproducible/diffoscope.git";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
sha256 = "0jj3gn7pw7him12bxf0wbs6wkz32ydv909v5gi681p0dyzajd0zr"; sha256 = "0j3pljwmggrpaghbamvr24x4cg5yj7hl2ll27405p7970scnpngv";
}; };
patches = [ patches = [