summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-02-15 16:44:11 +0100
committerPeter Simons <simons@cryp.to>2017-02-16 11:49:42 +0100
commit3c0b1919e7440262a9d0d259d77d5ba142e44af5 (patch)
tree7982a46ef5b868a19fea44dbcfa6f8b0eb21a0d0
parent5e910bcbf6d1d0760e097f216f28fb8d06b9d9c8 (diff)
downloadnixlib-3c0b1919e7440262a9d0d259d77d5ba142e44af5.tar
nixlib-3c0b1919e7440262a9d0d259d77d5ba142e44af5.tar.gz
nixlib-3c0b1919e7440262a9d0d259d77d5ba142e44af5.tar.bz2
nixlib-3c0b1919e7440262a9d0d259d77d5ba142e44af5.tar.lz
nixlib-3c0b1919e7440262a9d0d259d77d5ba142e44af5.tar.xz
nixlib-3c0b1919e7440262a9d0d259d77d5ba142e44af5.tar.zst
nixlib-3c0b1919e7440262a9d0d259d77d5ba142e44af5.zip
git-annex: update sha256 hash for the new version
-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 237703699700..ff6dbfa1b092 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -62,7 +62,7 @@ self: super: {
     src = pkgs.fetchFromGitHub {
       owner = "joeyh";
       repo = "git-annex";
-      sha256 = "1vy6bj7f8zyj4n1r0gpi0r7mxapsrjvhwmsi5sbnradfng5j3jya";
+      sha256 = "0f79i2i1cr8j02vc4ganw92prbkv9ca1yl9jgkny0rxf28wdlc6v";
       rev = drv.version;
     };
   }))).override {