summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-09-30 18:15:14 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-09-30 18:15:14 +0200
commite1dd9ad196f562838d9b6acc3b0671d74c7695c1 (patch)
tree8bab081210e39ff1b689f61f294efe822ab15bdb
parent2acce9f5a249c49584f93744f91fb250242a3210 (diff)
downloadnixos-e1dd9ad196f562838d9b6acc3b0671d74c7695c1.tar
nixos-e1dd9ad196f562838d9b6acc3b0671d74c7695c1.tar.gz
nixos-e1dd9ad196f562838d9b6acc3b0671d74c7695c1.tar.bz2
nixos-e1dd9ad196f562838d9b6acc3b0671d74c7695c1.tar.xz
nixos-e1dd9ad196f562838d9b6acc3b0671d74c7695c1.zip
rev bump
-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 c84dd96b..d0c326d9 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 = "d08604a42f8499867cda52408870619692b36a6d"; 10 rev = "764fa195e2e9cfa5f8101e770563acdd09d5eed5";
11 sha256 = "4fb6b2af1bb7f5c888918ddc1b4844ecc4ef83874aaa152f861f09b3e3edfa25"; 11 sha256 = "4be5bbffc4a9f0897c12ff2870c11829648afb928ccde91d9bfeb76d46d8581b";
12 }; 12 };
13 builder = builtins.toFile "builder.sh" '' 13 builder = builtins.toFile "builder.sh" ''
14 source $stdenv/setup 14 source $stdenv/setup