summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-09-30 16:53:54 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-09-30 16:53:54 +0200
commitc6e1eb887593fcea4c1697c13077cde2251518f7 (patch)
tree8f3de409fabd16b32a89518d3a80273eea0f14c1
parent2fc75163e942c78c9d30f4ac84affb97842d2f1b (diff)
downloadnixos-c6e1eb887593fcea4c1697c13077cde2251518f7.tar
nixos-c6e1eb887593fcea4c1697c13077cde2251518f7.tar.gz
nixos-c6e1eb887593fcea4c1697c13077cde2251518f7.tar.bz2
nixos-c6e1eb887593fcea4c1697c13077cde2251518f7.tar.xz
nixos-c6e1eb887593fcea4c1697c13077cde2251518f7.zip
version bump
-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 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