FAQ: Difference between revisions

Marked this version for translation
m fix the broken wiki link
Line 373: Line 373:


<!--T:89-->
<!--T:89-->
If that fails you can update the url in the nix expression yourself. [https://nixos.org/wiki/FAQ#How_do_I_know_where.27s_nixpkgs_channel_located_and_at_which_commit.3F Navigate to your channel's expressions] and find the package in one of the subdirectories. Edit the respective ''default.nix'' file by altering the ''url'' and ''sha256''. You can use <code>nix-prefetch-url url</code> to get the SHA-256 hash of source distributions.
If that fails you can update the url in the nix expression yourself. [https://wiki.nixos.org/wiki/FAQ#How_do_I_know_where's_nixpkgs_channel_located_and_at_which_commit? Navigate to your channel's expressions] and find the package in one of the subdirectories. Edit the respective ''default.nix'' file by altering the ''url'' and ''sha256''. You can use <code>nix-prefetch-url url</code> to get the SHA-256 hash of source distributions.


<!--T:90-->
<!--T:90-->