From 089a02c1d98cc6aecec4372f28d9937dd7af8e8b Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 21 Apr 2018 17:03:23 +0200 Subject: bump prosody-auth --- custom/prosody-auth.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'custom/prosody-auth.nix') 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 @@ let in stdenv.mkDerivation { name = "prosody-auth"; - src = fetchgit (builtins.fromJSON '' - { - "url": "git://git.yggdrasil.li/prosody_auth", - "rev": "822d502c0bcd9f536356d9922f6886dbe3210ecf", - "sha256": "0829xiawnfpviky55mgixhjxh4fwslcn6q7ihsa977d21x361fsl" - } - ''); + src = fetchgit (builtins.fromJSON (builtins.readFile ./prosody-auth.json)); builder = builtins.toFile "builder.sh" '' source $stdenv/setup -- cgit v1.2.3