From 75ef83fc3c9a2024bdbab98524be69987c470560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Baylac-Jacqu=C3=A9?= Date: Sun, 27 Sep 2020 09:19:29 +0200 Subject: [PATCH] Readme: update tarball with v2.1.2 release --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 558f5c5..8b60800 100644 --- a/readme.md +++ b/readme.md @@ -11,8 +11,8 @@ You can then use the following example to get started. { pkgs, ... }: let pleromaModuleSrc = builtins.fetchTarball { - url = "https://git.alternativebit.fr/NinjaTrappeur/pleroma-otp-nixos/archive/master.tar.gz"; - sha256 = "0000000000000000000000000000000000000000000000000000"; + url = "https://git.alternativebit.fr/NinjaTrappeur/pleroma-otp-nixos/archive/v2.1.2.tar.gz"; + sha256 = "0kli4n7jsqk485hgqfp8px5byl6n115cjk2w4i7jnii6h9791q6q"; }; in {