git-annex: update hash for new version

This commit is contained in:
Peter Simons 2016-07-23 00:03:26 +02:00
parent 24bb4333cd
commit 66ca9b9146

View file

@ -36,7 +36,7 @@ self: super: {
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "joeyh"; owner = "joeyh";
repo = "git-annex"; repo = "git-annex";
sha256 = "1b154qskvcldk4kyzcbaw6mijrsn9327wldxwcv16a8zz39gvc5r"; sha256 = "1b4yw305h7ca28x8s2jnkcc9cwn3rygnjyarib33dk4z066lsg7s";
rev = drv.version; rev = drv.version;
}; };
})).override { })).override {