diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-30 18:28:16 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-30 18:28:16 +0200 |
commit | d1c1c81289d10d9b79b91f390a0fba419b18d857 (patch) | |
tree | 26c8f2fa15e37f4321f4b6ce8c527fdb5d0a0162 /custom/prosody-auth.nix | |
parent | 8d51fbb608775111c38db4a765f26c71a0e761da (diff) | |
download | nixos-d1c1c81289d10d9b79b91f390a0fba419b18d857.tar nixos-d1c1c81289d10d9b79b91f390a0fba419b18d857.tar.gz nixos-d1c1c81289d10d9b79b91f390a0fba419b18d857.tar.bz2 nixos-d1c1c81289d10d9b79b91f390a0fba419b18d857.tar.xz nixos-d1c1c81289d10d9b79b91f390a0fba419b18d857.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 7efc9e25..63ffd443 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 = "40ec364d59bbfa032e4783415b66b7bc9ba4fa9c"; | 10 | rev = "84625d50397151e4d0cb1e333857f556ebc1b47c"; |
11 | sha256 = "a7f19cc2bf76e055d267d86d1a252bf1c373e531eca3901879f45c44f9121efd"; | 11 | sha256 = "0424e04dea2dabc856665134eaa48e91ddc9d060374bd77e9c5046a2d3ae0c8f"; |
12 | }; | 12 | }; |
13 | builder = builtins.toFile "builder.sh" '' | 13 | builder = builtins.toFile "builder.sh" '' |
14 | source $stdenv/setup | 14 | source $stdenv/setup |