summaryrefslogtreecommitdiff
path: root/custom/prosody-auth.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-21 17:03:23 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-21 17:03:23 +0200
commit089a02c1d98cc6aecec4372f28d9937dd7af8e8b (patch)
tree137011ce955463cca5ea7c1a15f8d3b982c3b579 /custom/prosody-auth.nix
parentc844f1285b711c70bd42988f102d4b48c46aca0b (diff)
downloadnixos-089a02c1d98cc6aecec4372f28d9937dd7af8e8b.tar
nixos-089a02c1d98cc6aecec4372f28d9937dd7af8e8b.tar.gz
nixos-089a02c1d98cc6aecec4372f28d9937dd7af8e8b.tar.bz2
nixos-089a02c1d98cc6aecec4372f28d9937dd7af8e8b.tar.xz
nixos-089a02c1d98cc6aecec4372f28d9937dd7af8e8b.zip
bump prosody-auth
Diffstat (limited to 'custom/prosody-auth.nix')
-rw-r--r--custom/prosody-auth.nix8
1 files changed, 1 insertions, 7 deletions
diff --git a/custom/prosody-auth.nix b/custom/prosody-auth.nix
index e020fa90..c77677c5 100644
--- a/custom/prosody-auth.nix
+++ b/custom/prosody-auth.nix
@@ -5,13 +5,7 @@
5let 5let
6in stdenv.mkDerivation { 6in stdenv.mkDerivation {
7 name = "prosody-auth"; 7 name = "prosody-auth";
8 src = fetchgit (builtins.fromJSON '' 8 src = fetchgit (builtins.fromJSON (builtins.readFile ./prosody-auth.json));
9 {
10 "url": "git://git.yggdrasil.li/prosody_auth",
11 "rev": "822d502c0bcd9f536356d9922f6886dbe3210ecf",
12 "sha256": "0829xiawnfpviky55mgixhjxh4fwslcn6q7ihsa977d21x361fsl"
13 }
14 '');
15 builder = builtins.toFile "builder.sh" '' 9 builder = builtins.toFile "builder.sh" ''
16 source $stdenv/setup 10 source $stdenv/setup
17 11