Update mautrix-telegram #63
4 changed files with 24 additions and 23 deletions
|
@ -1,13 +1,14 @@
|
||||||
{ lib,
|
{
|
||||||
|
lib,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
buildLinux,
|
buildLinux,
|
||||||
...
|
...
|
||||||
} @ args:
|
} @ args: let
|
||||||
|
|
||||||
let
|
|
||||||
modDirVersion = "6.3.0";
|
modDirVersion = "6.3.0";
|
||||||
source = builtins.fromJSON (builtins.readFile ./source.json);
|
source = builtins.fromJSON (builtins.readFile ./source.json);
|
||||||
in buildLinux (args // {
|
in
|
||||||
|
buildLinux (args
|
||||||
|
// {
|
||||||
inherit modDirVersion;
|
inherit modDirVersion;
|
||||||
version = "6.3.0+${source.rev}";
|
version = "6.3.0+${source.rev}";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"url": "https://github.com/mautrix/telegram",
|
"url": "https://github.com/mautrix/telegram",
|
||||||
"rev": "810f86343a1facb26f321be1a891298319775283",
|
"rev": "e1c800f3e6f82dcc4699f12febd7b8b050b1eeaa",
|
||||||
"date": "2023-05-08T17:56:27+03:00",
|
"date": "2023-05-16T19:47:01+03:00",
|
||||||
"path": "/nix/store/3264m8wig7g93r2kw4g4hazis0q62gi9-telegram",
|
"path": "/nix/store/cjviflp4ivmryqm9bync64x5hc1l2hi8-telegram",
|
||||||
"sha256": "070fhrbxg0a7jszcc4gpw50dkllhrdq3l28g4vqdcdppvlkqb5kf",
|
"sha256": "0q43nqvy4gcw49vnn6khzldkjv143x0mfnfad7925yqqrhr03ry2",
|
||||||
"fetchLFS": false,
|
"fetchLFS": false,
|
||||||
"fetchSubmodules": false,
|
"fetchSubmodules": false,
|
||||||
"deepClone": false,
|
"deepClone": false,
|
||||||
|
|
Reference in a new issue