From ab709253db6d34e61ac0cfad83979356ec2c1272 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 21 Apr 2018 16:50:02 +0200 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom/prosody-auth.nix | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/custom/prosody-auth.nix b/custom/prosody-auth.nix index ee506acf..e020fa90 100644 --- a/custom/prosody-auth.nix +++ b/custom/prosody-auth.nix @@ -5,11 +5,13 @@ let in stdenv.mkDerivation { name = "prosody-auth"; - src = fetchgit { - url = "git://git.yggdrasil.li/prosody_auth"; - rev = "08f56ab877313cdeaa3084e2fe2a6a50f0cb0495"; - sha256 = "11hygwbwa14g3clca2izv76xki58h18iailx1l8z8vxyw977m0dd"; - }; + src = fetchgit (builtins.fromJSON '' + { + "url": "git://git.yggdrasil.li/prosody_auth", + "rev": "822d502c0bcd9f536356d9922f6886dbe3210ecf", + "sha256": "0829xiawnfpviky55mgixhjxh4fwslcn6q7ihsa977d21x361fsl" + } + ''); builder = builtins.toFile "builder.sh" '' source $stdenv/setup -- cgit v1.2.3