1
0
Fork 0

Update deps

This commit is contained in:
Daniel Kempkens 2023-05-13 11:54:16 +02:00
parent 6bfc2181a8
commit 1f4d4cab06
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 15 additions and 15 deletions

View file

@ -228,11 +228,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1683892466, "lastModified": 1683929392,
"narHash": "sha256-/zN3pQ4xoyolJoxrtn9oLU4JMjG5+c5K7BeLxZ7BR8o=", "narHash": "sha256-qJddrb/bgS58AXAv25iv5xJ+69G5g7FAYCWec1lLnW0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "70c8bd08e6c186e5c628a4e5af6f7ad67cd344b8", "rev": "eec22729990ddf53d1e45e74624ddf667cdbe11b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -251,11 +251,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1683877896, "lastModified": 1683945653,
"narHash": "sha256-+yE4AVCjVVDPVnpvNFZm6GZIk2fehV6aDZeSRUEngro=", "narHash": "sha256-nL1LPmCIeutoVSYnt/AXpnCEiX2riuMyrIuFW08uoEA=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "2835b0daad434fe85bd26b9226edfa45d6545f55", "rev": "6a273af10517d1f7e4ea85635f1d25a9158adeb5",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -274,11 +274,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1683879643, "lastModified": 1683965992,
"narHash": "sha256-l490sb8I3PCtLsXeCWBytCd5w1QHZ3Q5E+2ovXiQe8I=", "narHash": "sha256-68YeMZ2uRp67pmZeNo3GpxR+1TBQiaUaus6DTr2Wh1o=",
"owner": "nifoc", "owner": "nifoc",
"repo": "nix-overlay", "repo": "nix-overlay",
"rev": "48de2dde09bfba45736379e176d5c26afa78c627", "rev": "278b4a39b51114b223256a15f001cc590f5b652e",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -107,12 +107,12 @@ in
}; };
nvim-treesitter = buildVimPluginFrom2Nix { nvim-treesitter = buildVimPluginFrom2Nix {
pname = "nvim-treesitter"; pname = "nvim-treesitter";
version = "2023-05-12"; version = "2023-05-13";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "7e1cb38c382dc1f1feb90a759a26dd600bd39841"; rev = "15300c1a10a3aa857c7925d854d58cce6e758d51";
sha256 = "17rfr7gcvxxbmjx74x18w3gd5h9y4viq6vw42naqv71awazvckqz"; sha256 = "1xb70i0512a2l4z2vb7wlpi05v12cbsga398dzjrqm22h49w88w2";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -561,12 +561,12 @@ in
}; };
nvim-notify = buildVimPluginFrom2Nix { nvim-notify = buildVimPluginFrom2Nix {
pname = "nvim-notify"; pname = "nvim-notify";
version = "2023-04-19"; version = "2023-05-13";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rcarriga"; owner = "rcarriga";
repo = "nvim-notify"; repo = "nvim-notify";
rev = "159c6cf1be25a933f35e97499314c9faab55c98f"; rev = "f3024b912073774111202f5fa6518b0cd2a74432";
sha256 = "02v5n53397x9kyvgzky2kmzpmiq040ahk9d9k5j03l9ai7jdsj2c"; sha256 = "05hwq6yvjblngvh9r5rkdxx320a9iqb79gjqzdzxsnlb2pzp5jsq";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };