1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

git-annex: update sha256 hash for new version

This commit is contained in:
Peter Simons 2018-06-01 09:56:41 +02:00
parent eca586e0e8
commit b2d07e093f

View file

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