forked from mirrors/nixpkgs
attic: fix sha256
This commit is contained in:
parent
e9e4388959
commit
bee4a4e5dc
|
@ -6,7 +6,7 @@ python3Packages.buildPythonPackage rec {
|
|||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/jborg/attic/archive/0.14.tar.gz";
|
||||
sha256 = "929da4b2e900770cd31558e87074ade347b44937c944218549259ea64646f203";
|
||||
sha256 = "0zabh6cq7v1aml83y2r475vvy3mmmjbvkijk0bnyfx73z8hmsa3z";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3Packages;
|
||||
|
|
Loading…
Reference in a new issue