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.json | 5 +++++ custom/prosody-auth.nix | 8 +------- 2 files changed, 6 insertions(+), 7 deletions(-) create mode 100644 custom/prosody-auth.json (limited to 'custom') diff --git a/custom/prosody-auth.json b/custom/prosody-auth.json new file mode 100644 index 00000000..c5361620 --- /dev/null +++ b/custom/prosody-auth.json @@ -0,0 +1,5 @@ +{ + "url": "git://git.yggdrasil.li/prosody_auth", + "rev": "cb3ca4eac2a3bf2f589584278c1776db2da3a3f6", + "sha256": "0d432sx6bkgabcjib64dajqyw2p6q3js2407mw9mazky52dvfmcf" +} 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