We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 3f7751e commit 1c1455fCopy full SHA for 1c1455f
pkgs/shells/zsh-prezto/default.nix
@@ -1,4 +1,4 @@
1
-{ stdenv, fetchurl, fetchgit, fetchFromGitHub }:
+{ stdenv, fetchpatch, fetchgit, fetchFromGitHub }:
2
3
let
4
# https://github.com/spwhitt/nix-zsh-completions/pull/2
@@ -18,9 +18,9 @@ in stdenv.mkDerivation rec {
18
fetchSubmodules = true;
19
};
20
patches = [
21
- (fetchurl {
+ (fetchpatch {
22
url = "https://github.com/sorin-ionescu/prezto/pull/1028.patch";
23
- sha256 = "0n2s7kfp9ljrq8lw5iibv0vyv66awrkzkqbyvy7hlcl06d8aykjv";
+ sha256 = "0yrj72s1hiaq13374xa82hxdig4s0kvqjn9apkmw0h7kzggxjfn3";
24
})
25
];
26
buildPhase = ''
0 commit comments