[Nix-dev] SVN commit: nix - r29606 - nixpkgs/branches/stdenv-updates/pkgs/development/libraries/readline
Peter Simons
simons at cryp.to
Mon Oct 3 22:53:14 CEST 2011
Hi Ludo,
> --- 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
Take care,
Peter
More information about the nix-dev
mailing list