Hi Peter,

Peter Simons <[email protected]> skribis:

>  > --- 
> nixpkgs/branches/stdenv-updates/pkgs/development/libraries/readline/readline6.nix
>       Mon Oct  3 19:11:09 2011        (r29605)
>  > +++ 
> nixpkgs/branches/stdenv-updates/pkgs/development/libraries/readline/readline6.nix
>       Mon Oct  3 19:27:10 2011        (r29606)
>  > @@ -17,7 +17,7 @@
>  >      (let
>  >         patch = nr: sha256:
>  >           fetchurl {
>  > -           url = "mirror://gnu/readline/${name}-patches/readline61-${nr}";
>  > +           url = "mirror://gnu/readline/${name}-patches/readline62-${nr}";
>  >             inherit sha256;
>  >           };
>  >       in
>
> after this change, I am getting checksum errors trying to build this
> expression. Apparently, the hash of the patch file is now wrong?
>
>   http://hydra.nixos.org/build/1432632

This builds refer to a revision before the change AFAICS.

The problem seems to be gone—see, e.g.,
<http://hydra.nixos.org/build/1433226>.

Thanks,
Ludo’.

_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to