bump wired and myneovim

This commit is contained in:
Dmitriy Pleshevskiy 2022-10-03 09:36:54 +03:00
parent 33306d3d1c
commit 09f84d6b8f
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
2 changed files with 12 additions and 34 deletions

View File

@ -181,17 +181,17 @@
"lspsaga-nvim": {
"flake": false,
"locked": {
"lastModified": 1663371685,
"narHash": "sha256-mxyqpgUWBiXC6Xm/5bb6fShZtgXGY1kBsl0DxOkf2zA=",
"lastModified": 1664774734,
"narHash": "sha256-jplffFn41+YZxiGpaDo40ErB63/SGcCsHq/1X/OTStY=",
"owner": "glepnir",
"repo": "lspsaga.nvim",
"rev": "c2ef0115fb917460daf5c76fe3ad3a9357213b54",
"rev": "af9d2f5aef9d97ddd6e75f5fbc38ba36dc69748a",
"type": "github"
},
"original": {
"owner": "glepnir",
"repo": "lspsaga.nvim",
"rev": "c2ef0115fb917460daf5c76fe3ad3a9357213b54",
"rev": "af9d2f5aef9d97ddd6e75f5fbc38ba36dc69748a",
"type": "github"
}
},
@ -273,11 +273,11 @@
"utils": "utils_2"
},
"locked": {
"lastModified": 1664194888,
"narHash": "sha256-OHAzSUrVkLFOaQUGD7b6Gz6CvdJRGcg3i4hZO9su40o=",
"lastModified": 1664778198,
"narHash": "sha256-gBHztBzeDylNbdWlW2IKkkosOPx1WMXyNIP/w5utkFk=",
"ref": "refs/heads/main",
"rev": "c23fb7add5eb01c04c9257305f8bfa11d7f2410d",
"revCount": 39,
"rev": "6f097049692e3bb381f9c27526d7b8f21a2507eb",
"revCount": 42,
"type": "git",
"url": "https://git.pleshevski.ru/mynix/neovim"
},
@ -286,27 +286,6 @@
"url": "https://git.pleshevski.ru/mynix/neovim"
}
},
"naersk": {
"inputs": {
"nixpkgs": [
"wired",
"nixpkgs"
]
},
"locked": {
"lastModified": 1652722411,
"narHash": "sha256-FxzNgYiH9c91hUVAntcjrqY//KOTUPP2a4e8Wyuysxg=",
"owner": "nix-community",
"repo": "naersk",
"rev": "94beb7a3edfeb3bcda65fa3f2ebc48ec6b40bf72",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "naersk",
"type": "github"
}
},
"neoformat": {
"flake": false,
"locked": {
@ -652,18 +631,17 @@
"wired": {
"inputs": {
"alejandra": "alejandra",
"naersk": "naersk",
"nixpkgs": [
"nixpkgs"
],
"utils": "utils_4"
},
"locked": {
"lastModified": 1660441826,
"narHash": "sha256-JF6pG997ygEOQmvmH4oYyksdIZlWRaZi4AJtLLNcYfI=",
"lastModified": 1664316438,
"narHash": "sha256-tjsDGUMDXiKAMvkajpn7REm7o+42trIq1g/MqGWC/pc=",
"owner": "Toqozz",
"repo": "wired-notify",
"rev": "a91ba83f314a6922858436828befa3b07ffea323",
"rev": "4bb3dfff38934c47be818f497af65d1e3a01311c",
"type": "github"
},
"original": {

View File

@ -7,7 +7,7 @@ let
inherit system;
overlays = [
inputs.wired.overlays.${system}
inputs.wired.overlays.default
inputs.myneovim.overlays.default
inputs.vnetod.overlay
inputs.nil.overlays.default