Skip to content

Commit

Permalink
zsh-prezto: rehash with fetchpatch
Browse files Browse the repository at this point in the history
  • Loading branch information
orivej committed Nov 21, 2017
1 parent 3f7751e commit 1c1455f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/shells/zsh-prezto/default.nix
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, fetchgit, fetchFromGitHub }:
{ stdenv, fetchpatch, fetchgit, fetchFromGitHub }:

let
# https://github.com/spwhitt/nix-zsh-completions/pull/2
Expand All @@ -18,9 +18,9 @@ in stdenv.mkDerivation rec {
fetchSubmodules = true;
};
patches = [
(fetchurl {
(fetchpatch {
url = "https://github.com/sorin-ionescu/prezto/pull/1028.patch";
sha256 = "0n2s7kfp9ljrq8lw5iibv0vyv66awrkzkqbyvy7hlcl06d8aykjv";
sha256 = "0yrj72s1hiaq13374xa82hxdig4s0kvqjn9apkmw0h7kzggxjfn3";
})
];
buildPhase = ''
Expand Down

0 comments on commit 1c1455f

Please sign in to comment.