Update nix-packages
This commit is contained in:
parent
8a2b3380ef
commit
726f3287e0
3 changed files with 9 additions and 9 deletions
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"url": "https://git.chir.rs/darkkirb/lotte-art",
|
"url": "https://git.chir.rs/darkkirb/lotte-art",
|
||||||
"rev": "08dd125f94ca8be00fc6b4d7c499961a6f88b562",
|
"rev": "5f56f344dc0fec65bce93049cd30c97d92d699be",
|
||||||
"date": "2022-11-10T14:22:56+01:00",
|
"date": "2022-11-16T09:55:58+01:00",
|
||||||
"path": "/nix/store/qya16pzhnpjh6vgxfjz52x6wibiizhlz-lotte-art",
|
"path": "/nix/store/p6r0zjw4bb1jjrjjp6ccyggihrvnmmjy-lotte-art",
|
||||||
"sha256": "077jj3m8lagf5r98jgc7zwys8j9waqdas6lwg13mqilnjxmvyfgm",
|
"sha256": "05b4knivgh9knm2pgbz0xsy899gq66ix9y14654nnszxx4i50kxw",
|
||||||
"fetchLFS": true,
|
"fetchLFS": true,
|
||||||
"fetchSubmodules": false,
|
"fetchSubmodules": false,
|
||||||
"deepClone": false,
|
"deepClone": false,
|
||||||
|
|
|
@ -17,11 +17,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1668540885,
|
"lastModified": 1668588748,
|
||||||
"narHash": "sha256-PD7bao7Urh+C1FVG6IP5aO+KmWEbl1d3f+7go5hQjwk=",
|
"narHash": "sha256-PxAEJAS9XoS3CCnMpt58omabBcXFXmjhJ6Cg4/yI2gQ=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "026f64fc17be49e481af3e0ec6833a55e582b853",
|
"rev": "2bb776841914f78bdbc7bea7d007f2302aec0bcc",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -24,10 +24,10 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [./0001-Re-add-entrypoint.patch ./mautrix-telegram-sticker.patch];
|
patches = [./0001-Re-add-entrypoint.patch ./mautrix-telegram-sticker.patch];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace requirements.txt \
|
substituteInPlace requirements.txt \
|
||||||
--replace "asyncpg>=0.20,<0.27" "asyncpg>=0.20"
|
--replace "asyncpg>=0.20,<0.27" "asyncpg>=0.20"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = with python.pkgs; [
|
propagatedBuildInputs = with python.pkgs; [
|
||||||
|
|
Reference in a new issue