attic: Update hash

It seems to have happened the same thing as in
2c89d0b82d: the hash changed but
apparently no new commit was added...
This commit is contained in:
Ricardo M. Correia 2015-05-02 13:37:31 +02:00
parent 03c749e896
commit b526c0fbb2

View File

@ -7,7 +7,7 @@ python3Packages.buildPythonPackage rec {
src = fetchzip {
name = "${name}-src";
url = "https://github.com/jborg/attic/archive/0.15.tar.gz";
sha256 = "0bing5zg82mwvdi27jl77ardw65zaq4996k4677gz2lq7p7b4gd7";
sha256 = "0c5rsxxcg897a619cbv75hzi1ahpkym8dccf6y3jlcs98z11vm5d";
};
propagatedBuildInputs = with python3Packages;