[Nix-dev] gem nix writes sha256 = "no hash"
phreedom at yandex.ru
phreedom at yandex.ru
Sun Aug 11 06:49:54 CEST 2013
В письме от Суббота 10 августа 2013 15:03:55 пользователь Bjørn Forsman
написал:
> When I run "gem nix --nix-file
> pkgs/development/interpreters/ruby/generated.nix", several packages
> get a "no hash" sha256 sum (literally!). Does anyone know why this
> happens and what we can do about it?
Can't reproduce. May be a network or rubygems server issue?
>
> - multi_json_1_7_7 = {
> + multi_json_1_7_8 = {
> basename = ''multi_json'';
> meta = {
> description = ''A common interface to multiple JSON libraries.'';
> homepage = ''http://github.com/intridea/multi_json'';
> longDescription = ''A common interface to multiple JSON
> libraries, including Oj, Yajl, the JSON gem (with C-extensions), the
> pure-Ruby JSON gem, NSJSONSerialization, gson.rb, JrJackson, and
> OkJson.'';
> };
> - name = ''multi_json-1.7.7'';
> + name = ''multi_json-1.7.8'';
> requiredGems = [ ];
> - sha256 = ''1w3fpi52h4a7r0a670xzrwa40l5irh69r45cbvxw24bsp19sfxzr'';
> + sha256 = ''no hash'';
> };
>
> Best regards,
> Bjørn Forsman
> _______________________________________________
> nix-dev mailing list
> nix-dev at lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
More information about the nix-dev
mailing list