add new extension

This commit is contained in:
alisceon 2026-02-05 11:49:37 +01:00
parent acc6386a93
commit e0c15153f5
3 changed files with 12 additions and 11 deletions

12
flake.lock generated
View file

@ -295,11 +295,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1770285790, "lastModified": 1770288134,
"narHash": "sha256-gwuwaZypgjXgJbNJbCXI32LlU12fGm6LRM9g/B5OuCs=", "narHash": "sha256-D8dtGR3js1QGwjFVFeqd0K0wSmfkTknjOGFnyCDKIZo=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "381fa985b4aa897e6f74bbff8b8b22c7fa91459a", "rev": "d7c546786913f9c52f256c42f4da885632287f42",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -316,11 +316,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1770285790, "lastModified": 1770288134,
"narHash": "sha256-gwuwaZypgjXgJbNJbCXI32LlU12fGm6LRM9g/B5OuCs=", "narHash": "sha256-D8dtGR3js1QGwjFVFeqd0K0wSmfkTknjOGFnyCDKIZo=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "381fa985b4aa897e6f74bbff8b8b22c7fa91459a", "rev": "d7c546786913f9c52f256c42f4da885632287f42",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -23,14 +23,14 @@
{ {
name = "pyrefly"; name = "pyrefly";
publisher = "meta"; publisher = "meta";
version = "0.46.3"; version = "0.51.0";
sha256 = "sha256-o9Nynj6Zf7aot1zzHSwrcayovxlJ3mr/XWNNhI3foBM="; hash = "sha256-wVJ6PHWhHe//uYN6tpSaNXBM0pKDh8w0njdaE14F/nw=";
} }
{ {
name = "chagpt"; name = "chatgpt";
publisher = "openai"; publisher = "openai";
version = "0.4.69"; version = "0.5.70";
sha256 = ""; hash = "sha256-qVlPepQoiJytjWrOJFUQLvFIbkOufJ9kujGCj8KFqhE=";
} }
]; ];
}; };

View file

@ -94,6 +94,7 @@
pv pv
file file
nix-tree nix-tree
unzip
# Shells # Shells
bash bash