summary refs log tree commit diff
path: root/pkgs/build-support/fetchpatch/tests.nix
blob: 4240b325d6563c1640daeb5585c1eeaf007eb74c (plain) (blame)
1
2
3
4
5
6
7
8
{ invalidateFetcherByDrvHash, fetchpatch, ... }:

{
  simple = invalidateFetcherByDrvHash fetchpatch {
    url = "https://github.com/facebook/zstd/pull/2724/commits/e1f85dbca3a0ed5ef06c8396912a0914db8dea6a.patch";
    sha256 = "sha256-PuYAqnJWAE+L9bsroOnnBGJhERW8LHrGSLtIEkKU9vg=";
  };
}