diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-30 22:19:38 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-30 22:19:38 +0200 |
commit | 37c67bdc74472d3eb35659ba3c4f7f7cb2c1a1c2 (patch) | |
tree | e99a27799e8af540a4c73adfae8b6703c76f165e | |
parent | 230afd338ea23d8a82016b8893a96cc1095e3ec1 (diff) | |
download | nixos-37c67bdc74472d3eb35659ba3c4f7f7cb2c1a1c2.tar nixos-37c67bdc74472d3eb35659ba3c4f7f7cb2c1a1c2.tar.gz nixos-37c67bdc74472d3eb35659ba3c4f7f7cb2c1a1c2.tar.bz2 nixos-37c67bdc74472d3eb35659ba3c4f7f7cb2c1a1c2.tar.xz nixos-37c67bdc74472d3eb35659ba3c4f7f7cb2c1a1c2.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 67e7ad49..0a20f439 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 = "51df2d3686ec815590dc96dd8729aed5f8328d15"; | 10 | rev = "8d740aedb73a957d51ef7df8058fbb833ef8ee6b"; |
11 | sha256 = "eb8d93fdc5424cf9306f2222c023289b9ab6cf06ffdebfb6dfa5545f6bc7fd47"; | 11 | sha256 = "c103ace686b856cace1f2ba3dc31bfb6d4bb0639abb712813c6a99f65922a8ec"; |
12 | }; | 12 | }; |
13 | builder = builtins.toFile "builder.sh" '' | 13 | builder = builtins.toFile "builder.sh" '' |
14 | source $stdenv/setup | 14 | source $stdenv/setup |