diffoscope: 90 -> 91

This commit is contained in:
Tuomas Tynkkynen
2018-03-03 22:06:35 +02:00
parent 984fa1c2ee
commit a4fa6c4e3f
+2 -2
View File
@@ -8,12 +8,12 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
name = "diffoscope-${version}"; name = "diffoscope-${version}";
version = "90"; version = "91";
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 = "1w16667j6ag2iim1xcy8y9v9965mq50k64wnf693mivddll62704"; sha256 = "16xqy71115cj4kws6bkcjm98nlaff3a32fz82rn2l1xk9w9n3dnz";
}; };
patches = [ patches = [