Readme: update tarball with v2.1.2 release

This commit is contained in:
Félix Baylac-Jacqué 2020-09-27 09:19:29 +02:00
parent 92bdcacf92
commit 75ef83fc3c
Signed by: picnoir
GPG Key ID: EFD315F31848DBA4
1 changed files with 2 additions and 2 deletions

View File

@ -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
{