diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/antigen.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/antigen.nix b/custom/antigen.nix index 07fc41c6..df69a96a 100644 --- a/custom/antigen.nix +++ b/custom/antigen.nix | |||
@@ -5,10 +5,10 @@ | |||
5 | stdenv.mkDerivation rec { | 5 | stdenv.mkDerivation rec { |
6 | name="antigen"; | 6 | name="antigen"; |
7 | src = fetchgit { | 7 | src = fetchgit { |
8 | inherit name; | 8 | inherit name; |
9 | url = https://github.com/zsh-users/antigen.git; | 9 | url = https://github.com/zsh-users/antigen.git; |
10 | rev = "30098c1d9955b8548aa827588c0d2c9be077c6f2"; | 10 | rev = "30098c1d9955b8548aa827588c0d2c9be077c6f2"; |
11 | sha256 = "7cb3a75d06fb1e09077703ff0f056f0bfde98b89384afe43ecdc4a42af8e156c"; | 11 | sha256 = "01d21n49lik40q98jlp2fbfmy7xwwvlimdc2kgijwkfgxvchbgw0"; |
12 | }; | 12 | }; |
13 | builder = builtins.toFile "builder.sh" '' | 13 | builder = builtins.toFile "builder.sh" '' |
14 | source $stdenv/setup | 14 | source $stdenv/setup |