attic: Update hash

It seems to have happened the same thing as in
2c89d0b82dfcd399750ae685d91b63cc6b906ef9: the hash changed but
apparently no new commit was added...

Changed files
+1 -1
pkgs
tools
backup
attic
+1 -1
pkgs/tools/backup/attic/default.nix
···
src = fetchzip {
name = "${name}-src";
url = "https://github.com/jborg/attic/archive/0.15.tar.gz";
-
sha256 = "0bing5zg82mwvdi27jl77ardw65zaq4996k4677gz2lq7p7b4gd7";
};
propagatedBuildInputs = with python3Packages;
···
src = fetchzip {
name = "${name}-src";
url = "https://github.com/jborg/attic/archive/0.15.tar.gz";
+
sha256 = "0c5rsxxcg897a619cbv75hzi1ahpkym8dccf6y3jlcs98z11vm5d";
};
propagatedBuildInputs = with python3Packages;