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

git-annex: fix sha hash for the new version

This commit is contained in:
Peter Simons 2016-12-12 14:37:56 +01:00
parent 80c35f6f3d
commit 64afb52f6c

View file

@ -53,7 +53,7 @@ self: super: {
src = pkgs.fetchFromGitHub {
owner = "joeyh";
repo = "git-annex";
sha256 = "0yy4fdk0sp19hc838j82sls68l5wnrhr55zzs0gbqnagna77cxhd";
sha256 = "1a87kllzxmjwkz5arq4c3bp7qfkabn0arbli6s6i68fkgm19s4gr";
rev = drv.version;
};
})).overrideScope (self: super: {