diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-30 18:20:37 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-30 18:20:37 +0200 |
commit | 8d51fbb608775111c38db4a765f26c71a0e761da (patch) | |
tree | 32077d7e6ca30855cca7d67849e1fab81ec3b340 | |
parent | 186f9ed82e87c763739091c9f9ee5a2922e616a4 (diff) | |
download | nixos-8d51fbb608775111c38db4a765f26c71a0e761da.tar nixos-8d51fbb608775111c38db4a765f26c71a0e761da.tar.gz nixos-8d51fbb608775111c38db4a765f26c71a0e761da.tar.bz2 nixos-8d51fbb608775111c38db4a765f26c71a0e761da.tar.xz nixos-8d51fbb608775111c38db4a765f26c71a0e761da.zip |
rev bump
-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 e14d084c..7efc9e25 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 = "2b45e30226650451257f379568545539e64999e1"; | 10 | rev = "40ec364d59bbfa032e4783415b66b7bc9ba4fa9c"; |
11 | sha256 = "f80c3f82bd06e048af2ee654a02840ae3e2894b317aa664233b3f55f33989df5"; | 11 | sha256 = "a7f19cc2bf76e055d267d86d1a252bf1c373e531eca3901879f45c44f9121efd"; |
12 | }; | 12 | }; |
13 | builder = builtins.toFile "builder.sh" '' | 13 | builder = builtins.toFile "builder.sh" '' |
14 | source $stdenv/setup | 14 | source $stdenv/setup |