Skip to content
Unverified Commit 267c8d6b authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

fetchurl (and derived functions): Support SRI hashes

E.g.

  fetchFromGitHub {
    owner = "NixOS";
    repo = "nix";
    rev = "ad42a784690449873fccb20192bd2150da81c56d";
    hash = "sha256-ZXeadXUJMXV5lSLz6TOBeL/SSOVwQ8ywxU5AFMCnbRU=";
  }
parent 528a6902
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment