perl-MooseX-Role-WithOverloading: fix hash

The version had been updated, but the hash hadn't.
This commit is contained in:
Ricardo M. Correia 2016-03-01 11:59:00 +01:00
parent 0d2e437fc9
commit a110c8d52b

View File

@ -8147,7 +8147,7 @@ let self = _self // overrides; _self = with self; {
name = "MooseX-Role-WithOverloading-0.17";
src = fetchurl {
url = "mirror://cpan/authors/id/E/ET/ETHER/${name}.tar.gz";
sha256 = "01mqpvbz7yw993918hgp72vl22i6mgicpq5b3zrrsp6vl8sqj2sw";
sha256 = "0rb8k0dp1a55bm2pr6r0vsi5msvjl1dslfidxp1gj80j7zbrbc4j";
};
buildInputs = [ TestCheckDeps TestNoWarnings ModuleMetadata];
propagatedBuildInputs = [ aliased Moose namespaceautoclean namespaceclean ];