1
0
Fork 0

Update deps

This commit is contained in:
Daniel Kempkens 2023-07-17 19:43:29 +02:00
parent 32d5ce2dea
commit 055021876f
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
5 changed files with 66 additions and 66 deletions

View file

@ -389,11 +389,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1689404581, "lastModified": 1689560145,
"narHash": "sha256-/McdQPe6uzB7phY3HOHF9h+vtSC5GZyLexQVUCX5TnU=", "narHash": "sha256-lat6DfnsiGtXTkihQdWvngqWWwfV0M+c8eBjRIfvC14=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "622ae2f53e77873a114f86f5acaff341ef3098ac", "rev": "b60a2ab4cb7bb7d86dcda1dfe2396a9eda384e35",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -414,11 +414,11 @@
"weewx-proxy-flake": "weewx-proxy-flake" "weewx-proxy-flake": "weewx-proxy-flake"
}, },
"locked": { "locked": {
"lastModified": 1689495635, "lastModified": 1689582225,
"narHash": "sha256-675KotEtHQ3mqSUFiWfU95jzpCdPWpaoKanOiXnTvEc=", "narHash": "sha256-fLFjXe4TF4zLpLuqwZ4c5jmWlerq6C+CX5KDn/In4w8=",
"owner": "nifoc", "owner": "nifoc",
"repo": "nix-overlay", "repo": "nix-overlay",
"rev": "3846b055c04e02dc633d5f76fbfc5be3420ab954", "rev": "80d03414ac88be8d8472b4e5b2225ac4ce27bf23",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -465,11 +465,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1689449371, "lastModified": 1689601424,
"narHash": "sha256-sK3Oi8uEFrFPL83wKPV6w0+96NrmwqIpw9YFffMifVg=", "narHash": "sha256-WEqoSflQP65MF9O9k+JEkvUXMEoyCatmMAoLOowcEoE=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "29bcead8405cfe4c00085843eb372cc43837bb9d", "rev": "d0f2758381caca8b4fb4a6cac61721cc9de06bd9",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -558,11 +558,11 @@
"nixpkgs-stable": "nixpkgs-stable_2" "nixpkgs-stable": "nixpkgs-stable_2"
}, },
"locked": { "locked": {
"lastModified": 1689328505, "lastModified": 1689553106,
"narHash": "sha256-9B3+OeUn1a/CvzE3GW6nWNwS5J7PDHTyHGlpL3wV5oA=", "narHash": "sha256-RFFf6BbpqQB0l1ehAbgri9g9MGZkAY9UdiNotD9fG8Y=",
"owner": "cachix", "owner": "cachix",
"repo": "pre-commit-hooks.nix", "repo": "pre-commit-hooks.nix",
"rev": "5e28316db471d1ac234beb70031b635437421dd6", "rev": "87589fa438dd6d5b8c7c1c6ab2ad69e4663bb51f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -652,11 +652,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1689243103, "lastModified": 1689581671,
"narHash": "sha256-IfBt2AD8qCwZs+m6BlOGEitBIkVJ0iMscMueb6QYUk4=", "narHash": "sha256-TXYvLE6o0RDJhvNW/rE96BA/OuH4R6M+ljX0KrOBi7o=",
"owner": "numtide", "owner": "numtide",
"repo": "treefmt-nix", "repo": "treefmt-nix",
"rev": "f1dca68b908f3dd656b923b9fb62f7d755133662", "rev": "f4ce7d8660f57fe94092cf113c1f550acf16be53",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -257,7 +257,7 @@
:Event "@keyword" :Event "@keyword"
:Operator "@operator" :Operator "@operator"
:TypeParameter "@type"} :TypeParameter "@type"}
:separator " " :separator " "
:enc (fn [line col winnr] :enc (fn [line col winnr]
(let [enc-line (bit.lshift line 16) (let [enc-line (bit.lshift line 16)
enc-col (bit.lshift col 6)] enc-col (bit.lshift col 6)]
@ -279,7 +279,7 @@
{:provider (truncate-string (string.gsub d.name {:provider (truncate-string (string.gsub d.name
"%%" "%%"
"%%%%") "%%%%")
45 "") 45 "󰇘")
:on_click {:name :heirline_navic :on_click {:name :heirline_navic
:minwid pos :minwid pos
:callback (fn [_ minwid] :callback (fn [_ minwid]

View file

@ -1,32 +1,32 @@
(let [navic (require :nvim-navic)] (let [navic (require :nvim-navic)]
(navic.setup {:icons {:File " " (navic.setup {:icons {:File "󰈙 "
:Module " " :Module " "
:Namespace " " :Namespace "󰌗 "
:Package " " :Package " "
:Class " " :Class "󰌗 "
:Method " " :Method "󰆧 "
:Property " " :Property " "
:Field " " :Field " "
:Constructor " " :Constructor " "
:Enum "" :Enum "󰕘 "
:Interface "" :Interface "󰕘 "
:Function " " :Function "󰊕 "
:Variable " " :Variable "󰆧 "
:Constant " " :Constant "󰏿 "
:String " " :String "󰀬 "
:Number " " :Number "󰎠 "
:Boolean "◩ " :Boolean "◩ "
:Array " " :Array "󰅪 "
:Object " " :Object "󰅩 "
:Key " " :Key "󰌋 "
:Null " " :Null "󰟢 "
:EnumMember " " :EnumMember " "
:Struct " " :Struct "󰌗 "
:Event " " :Event " "
:Operator " " :Operator "󰆕 "
:TypeParameter " "} :TypeParameter "󰊄 "}
:highlight false :highlight false
:separator " " :separator " "
:depth_limit 0 :depth_limit 0
:depth_limit_indicator ".."})) :depth_limit_indicator "󰇘"}))

View file

@ -19,12 +19,12 @@ in
}; };
plenary-nvim = buildVimPluginFrom2Nix { plenary-nvim = buildVimPluginFrom2Nix {
pname = "plenary.nvim"; pname = "plenary.nvim";
version = "2023-07-13"; version = "2023-07-17";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-lua"; owner = "nvim-lua";
repo = "plenary.nvim"; repo = "plenary.nvim";
rev = "1a6a7c929628566cf406aa7da1d048a1ddc7e9a8"; rev = "267282a9ce242bbb0c5dc31445b6d353bed978bb";
sha256 = "0628n9w6ddwmz59ylc40i1f30ld60axh9yqyw42niz2qlj5bl0ci"; sha256 = "10pw38dfzjrwzwkby9jmghafwwcph3az5z3h9c8v5kjh8iqls6x1";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -96,12 +96,12 @@ in
}; };
leap-nvim = buildVimPluginFrom2Nix { leap-nvim = buildVimPluginFrom2Nix {
pname = "leap.nvim"; pname = "leap.nvim";
version = "2023-07-14"; version = "2023-07-17";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ggandor"; owner = "ggandor";
repo = "leap.nvim"; repo = "leap.nvim";
rev = "bae0433949ba54eb1df629f6e94b33af5922922f"; rev = "24c0f4d08b8081022e2675fbedb59e8de325f9a6";
sha256 = "1csxnckbwcrliy1098hgzmpqkan36hxw33a0hwl2x5s6xqcbwc9a"; sha256 = "00sj2alhcgvzwplnm6ydicbbn32xv2hffcpy5rikl9gvggi4041f";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -118,12 +118,12 @@ in
}; };
nvim-treesitter = buildVimPluginFrom2Nix { nvim-treesitter = buildVimPluginFrom2Nix {
pname = "nvim-treesitter"; pname = "nvim-treesitter";
version = "2023-07-16"; version = "2023-07-17";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "51ea343f705a89326cff8dd7a0542d7fe0e6699a"; rev = "f6c52eb8392e47aaf4878e5799ba54e7b30fa4f8";
sha256 = "0rg8djn63fzjhxd9qlym1g52l9nj69p6jgyrj5dxygacp98r5bz7"; sha256 = "0xqhvgw722w0cbc4dvgipgi19h8bhm5frwgc5ji0mhknhqjakpxf";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -151,12 +151,12 @@ in
}; };
telescope-nvim = buildVimPluginFrom2Nix { telescope-nvim = buildVimPluginFrom2Nix {
pname = "telescope.nvim"; pname = "telescope.nvim";
version = "2023-07-14"; version = "2023-07-17";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-telescope"; owner = "nvim-telescope";
repo = "telescope.nvim"; repo = "telescope.nvim";
rev = "2ea8dcd17b4f9b7714354965a28ae4fef4139c71"; rev = "47c755d737702df7a39b640c8d9c473a728be1df";
sha256 = "0gvib929fhs7n0ib9jahvkkd3ir4bbsdfjdznd3bj66nfzqqfm1r"; sha256 = "0k81q31y3r4kcaxrxami1f8ms4zn8ai61rvqhrlz5yvn4rcplnhy";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -231,12 +231,12 @@ in
}; };
nvim-lspconfig = buildVimPluginFrom2Nix { nvim-lspconfig = buildVimPluginFrom2Nix {
pname = "nvim-lspconfig"; pname = "nvim-lspconfig";
version = "2023-07-15"; version = "2023-07-17";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "neovim"; owner = "neovim";
repo = "nvim-lspconfig"; repo = "nvim-lspconfig";
rev = "4b26897a80c41eb2f116b271cbdcd4686fb52dd6"; rev = "ba3ec2527aa7aae9b989d69966174a22b7d1b1dd";
sha256 = "0f3gx3ayjgl5pb1klwkssb231920474rmmrj7qkbn0pa5wm31rw7"; sha256 = "1wv6k3dp5sgg1bh1ww14kdgqjrzxpy5iqjdfb9w5847sxq0sgcnx";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -286,12 +286,12 @@ in
}; };
nvim-lint = buildVimPluginFrom2Nix { nvim-lint = buildVimPluginFrom2Nix {
pname = "nvim-lint"; pname = "nvim-lint";
version = "2023-07-16"; version = "2023-07-17";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mfussenegger"; owner = "mfussenegger";
repo = "nvim-lint"; repo = "nvim-lint";
rev = "a9d46f7f8173250567854d81ef2ead1256789b0e"; rev = "b401d64adb54c66de5a3c830beb3f6fced0831f1";
sha256 = "1z53rlm4p8s90clr4biqaxnpfsr87889lxwp4wnazl4137hi4b9c"; sha256 = "1gvaq9rhnz6m6qlkcyaljxjrl27i2d1sw208cv0022rara06j9nx";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -528,12 +528,12 @@ in
}; };
toggleterm-nvim = buildVimPluginFrom2Nix { toggleterm-nvim = buildVimPluginFrom2Nix {
pname = "toggleterm.nvim"; pname = "toggleterm.nvim";
version = "2023-07-14"; version = "2023-07-17";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "akinsho"; owner = "akinsho";
repo = "toggleterm.nvim"; repo = "toggleterm.nvim";
rev = "1f5b551a0bd165d0c90cc35fef08b07b9dfb06e1"; rev = "00c13dccc78c09fa5da4c5edda990a363e75035e";
sha256 = "09bksif3f4a1yrflgnkhaj0wx2cym8282xayddknijlgkjbjzi6i"; sha256 = "0fvz9rp8rr63pimhpzyx5a05qbgyzixbbglpvkd137bpvya2xigy";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -550,12 +550,12 @@ in
}; };
gitsigns-nvim = buildVimPluginFrom2Nix { gitsigns-nvim = buildVimPluginFrom2Nix {
pname = "gitsigns.nvim"; pname = "gitsigns.nvim";
version = "2023-07-13"; version = "2023-07-17";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lewis6991"; owner = "lewis6991";
repo = "gitsigns.nvim"; repo = "gitsigns.nvim";
rev = "5a04466685008f29c71fa5ec25d421deb1c83fea"; rev = "1e01b2958aebb79f1c33e7427a1bac131a678e0d";
sha256 = "0nzvrkv4db2iwjdfv7dfb8hvsy0nd1afmv5v04xmnj8ycf16v2b7"; sha256 = "0zci7smildfn9zs7wdqhyc094xz9fiijw4y1m97csb79425ccpq4";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -583,12 +583,12 @@ in
}; };
noice-nvim = buildVimPluginFrom2Nix { noice-nvim = buildVimPluginFrom2Nix {
pname = "noice.nvim"; pname = "noice.nvim";
version = "2023-07-16"; version = "2023-07-17";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "folke"; owner = "folke";
repo = "noice.nvim"; repo = "noice.nvim";
rev = "26394ed09d47160a493d4e9e754f5f78d4556a6b"; rev = "bfd2368b3f1fdd5766885b0115238d1f47113c6d";
sha256 = "08b2yn27ljy3jf88qj3gi86rvy4ijrip3hha2dbnzhdsziq897k4"; sha256 = "18dijmm8c49whkn1dlb8w6sj6f6999zzymv9ri416v4jamiwd3gj";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };

View file

@ -52,12 +52,12 @@
}; };
package = { package = {
symbol = " "; symbol = " ";
format = "\\[[$symbol$version]($style)\\]"; format = "\\[[$symbol$version]($style)\\]";
}; };
php = { php = {
symbol = " "; symbol = " ";
format = "\\[[$symbol($version)]($style)\\]"; format = "\\[[$symbol($version)]($style)\\]";
}; };