[Nix-dev] Re: [Nix-commits] SVN commit: nix - 15029 - MarcWeber - nixpkgs/trunk/pkgs/development/tools/misc/unifdef
Eelco Dolstra
e.dolstra at tudelft.nl
Tue Apr 14 15:24:45 CEST 2009
Marc Weber wrote:
> Log:
> updating unifdef source location
>
> Why did the hash change as well?
Those are the same hash, just in base-16 and base-32 notation respectively:
$ nix-hash --to-base32 --type sha256 \
d14c30b1e2e9745e4b067ab86337c93ad907b4e9ee1c414d45291bf7f0c19dad
1bcxq7qgf6r98m6l277fx6s0gn9sr4vn7f3s0r5mwx79waqk0k6i
> src = fetchurl {
> - url = http://freshmeat.net/redir/unifdef/10933/url_tgz/unifdef-1.0.tar.gz;
> - sha256 = "d14c30b1e2e9745e4b067ab86337c93ad907b4e9ee1c414d45291bf7f0c19dad";
> + url = http://www.cs.cmu.edu/~ajw/public/dist/unifdef-1.0.tar.gz;
> + sha256 = "1bcxq7qgf6r98m6l277fx6s0gn9sr4vn7f3s0r5mwx79waqk0k6i";
--
Eelco Dolstra | http://www.st.ewi.tudelft.nl/~dolstra/
More information about the nix-dev
mailing list