diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-21 16:20:55 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-21 16:20:55 +0200 |
commit | d6f5a8406cf35529fa25fd6140b3862c7eb8808a (patch) | |
tree | b1e0d21ef08ba3b5f9e88e3ebb3c78fe033364fe | |
parent | c21b3ae705fcd6870b05450fe07803e54f1fe79e (diff) | |
download | nixos-d6f5a8406cf35529fa25fd6140b3862c7eb8808a.tar nixos-d6f5a8406cf35529fa25fd6140b3862c7eb8808a.tar.gz nixos-d6f5a8406cf35529fa25fd6140b3862c7eb8808a.tar.bz2 nixos-d6f5a8406cf35529fa25fd6140b3862c7eb8808a.tar.xz nixos-d6f5a8406cf35529fa25fd6140b3862c7eb8808a.zip |
bump prosody_auth
-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 aba9201a..ee506acf 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 = "0d4b0b7b4d538a16e57f7106b6dc878788123333"; | 10 | rev = "08f56ab877313cdeaa3084e2fe2a6a50f0cb0495"; |
11 | sha256 = "ec4f79ec4b3f46ebb8bb05089657a699872b1a45a1a7edbb019485401010b33d"; | 11 | sha256 = "11hygwbwa14g3clca2izv76xki58h18iailx1l8z8vxyw977m0dd"; |
12 | }; | 12 | }; |
13 | builder = builtins.toFile "builder.sh" '' | 13 | builder = builtins.toFile "builder.sh" '' |
14 | source $stdenv/setup | 14 | source $stdenv/setup |