summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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