diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-30 20:44:57 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-30 20:44:57 +0200 |
commit | 0ecdddde8b06b6f5b29f895a9e049be8626976c5 (patch) | |
tree | af5198fc848a2b79c674f062b08e282fdf00b6fc | |
parent | a9bfe7aeea0bbdfcb9f2966b61acce829f84d7a8 (diff) | |
download | nixos-0ecdddde8b06b6f5b29f895a9e049be8626976c5.tar nixos-0ecdddde8b06b6f5b29f895a9e049be8626976c5.tar.gz nixos-0ecdddde8b06b6f5b29f895a9e049be8626976c5.tar.bz2 nixos-0ecdddde8b06b6f5b29f895a9e049be8626976c5.tar.xz nixos-0ecdddde8b06b6f5b29f895a9e049be8626976c5.zip |
rev bump
-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 63ffd443..0e88fe43 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 = "84625d50397151e4d0cb1e333857f556ebc1b47c"; | 10 | rev = "803fda7486e358dc79fc26884b40f4d739559da2"; |
11 | sha256 = "0424e04dea2dabc856665134eaa48e91ddc9d060374bd77e9c5046a2d3ae0c8f"; | 11 | sha256 = "2355d69f3c5440ef1377344e8dd582214b2f5e832cf9a2ff906fc6bc862f1e79"; |
12 | }; | 12 | }; |
13 | builder = builtins.toFile "builder.sh" '' | 13 | builder = builtins.toFile "builder.sh" '' |
14 | source $stdenv/setup | 14 | source $stdenv/setup |