diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-30 18:18:24 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-30 18:18:24 +0200 |
commit | 186f9ed82e87c763739091c9f9ee5a2922e616a4 (patch) | |
tree | ea30d7db88d80f7a05181ce19b30f1646c8267a8 /custom/prosody-auth.nix | |
parent | e1dd9ad196f562838d9b6acc3b0671d74c7695c1 (diff) | |
download | nixos-186f9ed82e87c763739091c9f9ee5a2922e616a4.tar nixos-186f9ed82e87c763739091c9f9ee5a2922e616a4.tar.gz nixos-186f9ed82e87c763739091c9f9ee5a2922e616a4.tar.bz2 nixos-186f9ed82e87c763739091c9f9ee5a2922e616a4.tar.xz nixos-186f9ed82e87c763739091c9f9ee5a2922e616a4.zip |
rev bump
Diffstat (limited to 'custom/prosody-auth.nix')
-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 d0c326d9..e14d084c 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 = "764fa195e2e9cfa5f8101e770563acdd09d5eed5"; | 10 | rev = "2b45e30226650451257f379568545539e64999e1"; |
11 | sha256 = "4be5bbffc4a9f0897c12ff2870c11829648afb928ccde91d9bfeb76d46d8581b"; | 11 | sha256 = "f80c3f82bd06e048af2ee654a02840ae3e2894b317aa664233b3f55f33989df5"; |
12 | }; | 12 | }; |
13 | builder = builtins.toFile "builder.sh" '' | 13 | builder = builtins.toFile "builder.sh" '' |
14 | source $stdenv/setup | 14 | source $stdenv/setup |