summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-09-30 22:15:32 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-09-30 22:15:32 +0200
commitc00047493ecd15d732bcfa1d15427c48bdb0575e (patch)
treeea2505fcd24636acfbbcef580c4e938cc1a3ad13 /custom
parent307aeb5a19060a72881632b422f9d89cc17fc5c2 (diff)
downloadnixos-c00047493ecd15d732bcfa1d15427c48bdb0575e.tar
nixos-c00047493ecd15d732bcfa1d15427c48bdb0575e.tar.gz
nixos-c00047493ecd15d732bcfa1d15427c48bdb0575e.tar.bz2
nixos-c00047493ecd15d732bcfa1d15427c48bdb0575e.tar.xz
nixos-c00047493ecd15d732bcfa1d15427c48bdb0575e.zip
rev bump
Diffstat (limited to 'custom')
-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 e12b2b06..918ae5dc 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 = "2e597f5218aa163f5b5ea5cd645dd447bb47b295"; 10 rev = "207bd155a529fd11083d1d2dd48647debc97444e";
11 sha256 = "83d06d98585b3e4ef70ea32eca0f7b44687b0a412b162d286b5406ac0c89078c"; 11 sha256 = "9662e55369b6772ac7c49bcf2f631bf1414dd67e743da1adc32fc6f9ea1dd2b0";
12 }; 12 };
13 builder = builtins.toFile "builder.sh" '' 13 builder = builtins.toFile "builder.sh" ''
14 source $stdenv/setup 14 source $stdenv/setup