git-annex: update to version 6.20180626

This update fixes CVE-2018-10857 and CVE-2018-10859.
This commit is contained in:
Peter Simons 2018-06-27 10:44:10 +02:00
parent f380b66911
commit 8d0d41da09
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ self: super: {
name = "git-annex-${drv.version}-src";
url = "git://git-annex.branchable.com/";
rev = "refs/tags/" + drv.version;
sha256 = "0cz044zjp067xjx0dw1yg3n7vnrkn1j3rvnk9i3jf1aqfvm1szwy";
sha256 = "0q9z5q7vrcqa831wni972kchcdivqp55x1z2fgmdp8jfq4pidvyb";
};
})).overrideScope (self: super: {
aws = dontCheck (self.aws_0_18);