diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-30 22:50:30 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-30 22:50:30 +0200 |
commit | 9e1edf16c3b463d2662dccb18155c19b25bc4094 (patch) | |
tree | 81037fbaea143306371320052da6b522261ae0dc /custom/prosody-auth.nix | |
parent | 37c67bdc74472d3eb35659ba3c4f7f7cb2c1a1c2 (diff) | |
download | nixos-9e1edf16c3b463d2662dccb18155c19b25bc4094.tar nixos-9e1edf16c3b463d2662dccb18155c19b25bc4094.tar.gz nixos-9e1edf16c3b463d2662dccb18155c19b25bc4094.tar.bz2 nixos-9e1edf16c3b463d2662dccb18155c19b25bc4094.tar.xz nixos-9e1edf16c3b463d2662dccb18155c19b25bc4094.zip |
rev bump
Diffstat (limited to 'custom/prosody-auth.nix')
-rw-r--r-- | custom/prosody-auth.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/prosody-auth.nix b/custom/prosody-auth.nix index 0a20f439..aba9201a 100644 --- a/custom/prosody-auth.nix +++ b/custom/prosody-auth.nix | |||
@@ -7,8 +7,8 @@ in stdenv.mkDerivation { | |||
7 | name = "prosody-auth"; | 7 | name = "prosody-auth"; |
8 | src = fetchgit { | 8 | src = fetchgit { |
9 | url = "git://git.yggdrasil.li/prosody_auth"; | 9 | url = "git://git.yggdrasil.li/prosody_auth"; |
10 | rev = "8d740aedb73a957d51ef7df8058fbb833ef8ee6b"; | 10 | rev = "0d4b0b7b4d538a16e57f7106b6dc878788123333"; |
11 | sha256 = "c103ace686b856cace1f2ba3dc31bfb6d4bb0639abb712813c6a99f65922a8ec"; | 11 | sha256 = "ec4f79ec4b3f46ebb8bb05089657a699872b1a45a1a7edbb019485401010b33d"; |
12 | }; | 12 | }; |
13 | builder = builtins.toFile "builder.sh" '' | 13 | builder = builtins.toFile "builder.sh" '' |
14 | source $stdenv/setup | 14 | source $stdenv/setup |