summaryrefslogtreecommitdiff
path: root/custom/prosody-auth.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-09-30 22:05:26 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-09-30 22:05:26 +0200
commite58f7872ea9dafe383f0054efdca8535016e9541 (patch)
tree6320a9b8bc843282894b3d2c08228689a9a05e82 /custom/prosody-auth.nix
parent508e9c0abde67e42a7dffae4d19475439f774d6b (diff)
downloadnixos-e58f7872ea9dafe383f0054efdca8535016e9541.tar
nixos-e58f7872ea9dafe383f0054efdca8535016e9541.tar.gz
nixos-e58f7872ea9dafe383f0054efdca8535016e9541.tar.bz2
nixos-e58f7872ea9dafe383f0054efdca8535016e9541.tar.xz
nixos-e58f7872ea9dafe383f0054efdca8535016e9541.zip
alias auth in prosody
Diffstat (limited to 'custom/prosody-auth.nix')
-rw-r--r--custom/prosody-auth.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/prosody-auth.nix b/custom/prosody-auth.nix
index 0e88fe43..e12b2b06 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 = "803fda7486e358dc79fc26884b40f4d739559da2"; 10 rev = "2e597f5218aa163f5b5ea5cd645dd447bb47b295";
11 sha256 = "2355d69f3c5440ef1377344e8dd582214b2f5e832cf9a2ff906fc6bc862f1e79"; 11 sha256 = "83d06d98585b3e4ef70ea32eca0f7b44687b0a412b162d286b5406ac0c89078c";
12 }; 12 };
13 builder = builtins.toFile "builder.sh" '' 13 builder = builtins.toFile "builder.sh" ''
14 source $stdenv/setup 14 source $stdenv/setup