Skip to content

Commit 1c1455f

Browse files
committedNov 21, 2017
zsh-prezto: rehash with fetchpatch
1 parent 3f7751e commit 1c1455f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/shells/zsh-prezto/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ stdenv, fetchurl, fetchgit, fetchFromGitHub }:
1+
{ stdenv, fetchpatch, fetchgit, fetchFromGitHub }:
22

33
let
44
# https://github.com/spwhitt/nix-zsh-completions/pull/2
@@ -18,9 +18,9 @@ in stdenv.mkDerivation rec {
1818
fetchSubmodules = true;
1919
};
2020
patches = [
21-
(fetchurl {
21+
(fetchpatch {
2222
url = "https://github.com/sorin-ionescu/prezto/pull/1028.patch";
23-
sha256 = "0n2s7kfp9ljrq8lw5iibv0vyv66awrkzkqbyvy7hlcl06d8aykjv";
23+
sha256 = "0yrj72s1hiaq13374xa82hxdig4s0kvqjn9apkmw0h7kzggxjfn3";
2424
})
2525
];
2626
buildPhase = ''

0 commit comments

Comments
 (0)