diff options
Diffstat (limited to 'custom')
-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 4fc02b41..bc78c226 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 = "eb68d998a10b436194cc81f9a64620606b1bd216"; | 10 | rev = "9148979197b76102b753635ecad615f25cb61cb1"; |
11 | sha256 = "e13bd6ba909ed479e85e32a11a16a1b953c643b85c0d54ec0d94be674ed31cea"; | 11 | sha256 = "d4820813e863b1eb96cd6b85466177e5df44772746b22ea7d0f00eada6997946"; |
12 | }; | 12 | }; |
13 | builder = builtins.toFile "builder.sh" '' | 13 | builder = builtins.toFile "builder.sh" '' |
14 | source $stdenv/setup | 14 | source $stdenv/setup |