diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-30 18:13:11 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-30 18:13:11 +0200 |
commit | 2acce9f5a249c49584f93744f91fb250242a3210 (patch) | |
tree | 7d0e00afb8c23358e87ad9fbd12fbfb3a93de98c /custom | |
parent | c68e273e43d30d2bad577ef727a1a15bfe3b2969 (diff) | |
download | nixos-2acce9f5a249c49584f93744f91fb250242a3210.tar nixos-2acce9f5a249c49584f93744f91fb250242a3210.tar.gz nixos-2acce9f5a249c49584f93744f91fb250242a3210.tar.bz2 nixos-2acce9f5a249c49584f93744f91fb250242a3210.tar.xz nixos-2acce9f5a249c49584f93744f91fb250242a3210.zip |
rev bump
Diffstat (limited to 'custom')
-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 5fa3aa24..c84dd96b 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 = "b3e203324142d213f8d5dd648d54cd128e7f0568"; | 10 | rev = "d08604a42f8499867cda52408870619692b36a6d"; |
11 | sha256 = "d4c4dd98af7bff6c0325f131c5d97cf161aa4dc5fd96354ec751e411eada24bf"; | 11 | sha256 = "4fb6b2af1bb7f5c888918ddc1b4844ecc4ef83874aaa152f861f09b3e3edfa25"; |
12 | }; | 12 | }; |
13 | builder = builtins.toFile "builder.sh" '' | 13 | builder = builtins.toFile "builder.sh" '' |
14 | source $stdenv/setup | 14 | source $stdenv/setup |