1
0
Fork 0

Update deps

This commit is contained in:
Daniel Kempkens 2023-05-26 18:13:40 +02:00
parent 8cde57c102
commit 76781b296b
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 30 additions and 30 deletions

24
flake.lock generated
View file

@ -60,11 +60,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1684434045, "lastModified": 1685045248,
"narHash": "sha256-1aGpzjyiv/v0OGb3X+3KYygOSkZWmsAYxBF7C53hZAM=", "narHash": "sha256-vM0oSGwW2TxlA4JnTSFRyHX994ajIunk4hIE5EvzltI=",
"owner": "nifoc", "owner": "nifoc",
"repo": "bdfr-browser", "repo": "bdfr-browser",
"rev": "64b189ab238253d042d31f4032a9494d7f405015", "rev": "c819ff2f203c8390f2a1f46c3fb23375281d6e77",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -253,11 +253,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1685019994, "lastModified": 1685108129,
"narHash": "sha256-81o6SKZPALvib21hIOMx2lIhFSs0mRy0PfPvg0zsfTk=", "narHash": "sha256-6Jv6LxrLfaueHj095oBUKBk++eW4Ya0qfHwhQVQqyoo=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "d1f04b0f365a34896a37d9015637796537ec88a3", "rev": "bec196cd9b5f34213c7dc90ef2a524336df70e30",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -276,11 +276,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1684955687, "lastModified": 1685074380,
"narHash": "sha256-6xjWuJE1yNiNvRHOsrYPvm2XQTx01yklpJnz0uBLnlQ=", "narHash": "sha256-F7jRBJAHiCo3djt7FckAtP2BMF9U1B7VTD+RZzVy8Uk=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "ebb10d624825468c1f75bd14725cce500974b673", "rev": "d31f7648ecaf32426239020331d1bbe9a6f56140",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -300,11 +300,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1685002774, "lastModified": 1685089167,
"narHash": "sha256-G3dlX0eHsOyG5uj99JehJKqfjADTxlSvR8ibcmCAg38=", "narHash": "sha256-ut2JSYe+cO6TSsjSAlfJGeu1bczGu3EgWH0rC3R08ZA=",
"owner": "nifoc", "owner": "nifoc",
"repo": "nix-overlay", "repo": "nix-overlay",
"rev": "a7c27c0d1bae2d65f4b5856b9a67cad2915c2734", "rev": "ff38752b9be9ea015da52c49bd47c01593051937",
"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-25"; version = "2023-05-26";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "dae928b3bbbcdd3890c61549bdc4c50e1e0d3094"; rev = "ec97c5ec720da7b8bb5f53572c91c5b144ae0cae";
sha256 = "1wwb9bzjm7axyw0hzrwinhmxi3snhc6i4sbq7pa715yjg8xj1sny"; sha256 = "1i2ch2f9b3m5z3y04nxzdn4s74d6ynawg7lds62xzql8qhkcn44v";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -220,12 +220,12 @@ in
}; };
nvim-lspconfig = buildVimPluginFrom2Nix { nvim-lspconfig = buildVimPluginFrom2Nix {
pname = "nvim-lspconfig"; pname = "nvim-lspconfig";
version = "2023-05-24"; version = "2023-05-26";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "neovim"; owner = "neovim";
repo = "nvim-lspconfig"; repo = "nvim-lspconfig";
rev = "570aae82f8c6bc15fb6e559ed7d5a3fd85374329"; rev = "1c0644c10638c7bb165bb614b1715107ede07542";
sha256 = "0rwjkdnykj3vzcv9x26bbhhq62xja04w0xqk2cbynxyldabjchpc"; sha256 = "1nvyjf1rnfwf7i9n7jzmjsi3l70z0fgxicf0wl02smv71wqnp4n0";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -297,12 +297,12 @@ in
}; };
LuaSnip = buildVimPluginFrom2Nix { LuaSnip = buildVimPluginFrom2Nix {
pname = "LuaSnip"; pname = "LuaSnip";
version = "2023-05-25"; version = "2023-05-26";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "L3MON4D3"; owner = "L3MON4D3";
repo = "LuaSnip"; repo = "LuaSnip";
rev = "274438dfa05c621771a1e787be08a491f13224a3"; rev = "a83e4b1ba7edc6fecdad09e39753a7d5eee1d01c";
sha256 = "0026wi5vbnbma32xm53d10iyvqidn3hbw4pr7n1nc6mbp1yi085v"; sha256 = "06jw4skqndd5cn23wrm2zyg2aqdgbwjhvqs4yl8ha46jy9jnrl8x";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -319,12 +319,12 @@ in
}; };
nvim-cmp = buildVimPluginFrom2Nix { nvim-cmp = buildVimPluginFrom2Nix {
pname = "nvim-cmp"; pname = "nvim-cmp";
version = "2023-05-25"; version = "2023-05-26";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hrsh7th"; owner = "hrsh7th";
repo = "nvim-cmp"; repo = "nvim-cmp";
rev = "950d0e3a93ba61c13b031c086d11eacf4bd48d24"; rev = "a0225043ab823fcad8d0d802e276d9838fb48c30";
sha256 = "0x9wk9jkvzqqa5zc370hg36sriv4lw9cxy9fbwj035ybayrd3bz6"; sha256 = "1jjq5pmn1lfhxif84zpsz3hn4wp78jfihbf4w1jv16224k3s1lbf";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -429,12 +429,12 @@ in
}; };
nvim-autopairs = buildVimPluginFrom2Nix { nvim-autopairs = buildVimPluginFrom2Nix {
pname = "nvim-autopairs"; pname = "nvim-autopairs";
version = "2023-05-01"; version = "2023-05-25";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "windwp"; owner = "windwp";
repo = "nvim-autopairs"; repo = "nvim-autopairs";
rev = "7747bbae60074acf0b9e3a4c13950be7a2dff444"; rev = "59df87a84c80a357ca8d8fe86e451b93ac476ccc";
sha256 = "0j0kpy379yhcv35l4jby5qyzqfpckwy7s09q0cc8sla7n1i1b00j"; sha256 = "1c10abpmhcnv1adpm3niwy1q7knwxai19n7l27j5cf64jfk8594r";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -495,12 +495,12 @@ in
}; };
indent-blankline-nvim = buildVimPluginFrom2Nix { indent-blankline-nvim = buildVimPluginFrom2Nix {
pname = "indent-blankline.nvim"; pname = "indent-blankline.nvim";
version = "2023-05-23"; version = "2023-05-26";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lukas-reineke"; owner = "lukas-reineke";
repo = "indent-blankline.nvim"; repo = "indent-blankline.nvim";
rev = "86d1b71c5c26168c3a3a9ff5f69e833889a09c1d"; rev = "ceaf730b13e332cd76600d9795722413c236c684";
sha256 = "0bh2j269gg91qg004jbrmbz4y37abhwmlpyp7v27ljxdmq9fvy1f"; sha256 = "0q7hnpz0kdf29d9k0mx86snpwv646my5aicggj3v7caw7s1wydvq";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };