nixpkgs/pkgs/build-support/fetchurl
Eelco Dolstra 267c8d6b2f
fetchurl (and derived functions): Support SRI hashes
E.g.

  fetchFromGitHub {
    owner = "NixOS";
    repo = "nix";
    rev = "ad42a784690449873fccb20192bd2150da81c56d";
    hash = "sha256-ZXeadXUJMXV5lSLz6TOBeL/SSOVwQ8ywxU5AFMCnbRU=";
  }
2019-07-11 15:52:35 +02:00
..
boot.nix
builder.sh fetchurl: warn on rev archives, resolves #32999 2018-10-16 13:46:19 +00:00
default.nix fetchurl (and derived functions): Support SRI hashes 2019-07-11 15:52:35 +02:00
mirrors.nix mirrors.nix: add alsa-project.org for alsa 2019-07-09 19:05:59 +00:00
write-mirror-list.sh