forked from mirrors/nixpkgs
attic: Update hash
It seems to have happened the same thing as in 2c89d0b82dfcd399750ae685d91b63cc6b906ef9: the hash changed but apparently no new commit was added...
This commit is contained in:
parent
03c749e896
commit
b526c0fbb2
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue