about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-06-27 10:44:10 +0200
committerPeter Simons <simons@cryp.to>2018-06-27 10:44:10 +0200
commit8d0d41da0905a7768df37060c6010f2dcdedf7fb (patch)
tree0e2f0cbbc8c2295e5e837b75286783dcff655bf1 /pkgs/development/haskell-modules
parentf380b6691104d0f10112058c4b3633fcb1871980 (diff)
downloadnixlib-8d0d41da0905a7768df37060c6010f2dcdedf7fb.tar
nixlib-8d0d41da0905a7768df37060c6010f2dcdedf7fb.tar.gz
nixlib-8d0d41da0905a7768df37060c6010f2dcdedf7fb.tar.bz2
nixlib-8d0d41da0905a7768df37060c6010f2dcdedf7fb.tar.lz
nixlib-8d0d41da0905a7768df37060c6010f2dcdedf7fb.tar.xz
nixlib-8d0d41da0905a7768df37060c6010f2dcdedf7fb.tar.zst
nixlib-8d0d41da0905a7768df37060c6010f2dcdedf7fb.zip
git-annex: update to version 6.20180626
This update fixes CVE-2018-10857 and CVE-2018-10859.
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index b196b1a9ccd1..acdcccd43558 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -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);