lol

attic: Update hash

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

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