mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
nix-prefetch: actually fix prefetching when using the hash key
This commit is contained in:
parent
6c1c144e40
commit
0c98713750
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ stdenv.mkDerivation rec {
|
|||
patches = [
|
||||
(fetchpatch {
|
||||
name = "fix-prefetching-hash-key.patch";
|
||||
url = "https://github.com/msteen/nix-prefetch/commit/877f80ac7e91d684857e2c940cdb3c423efa1833.patch";
|
||||
hash = "sha256-nkVQ2c+zezPQBOCDeMg+GHW3uz9EBnHIT+ZafdC8nQQ=";
|
||||
url = "https://github.com/msteen/nix-prefetch/commit/508237f48f7e2d8496ce54f38abbe57f44d0cbca.patch";
|
||||
hash = "sha256-9SYPcRFZaVyNjMUVdXbef5eGvLp/kr379eU9lG5GgE0=";
|
||||
})
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue