1
0
Fork 0

Update deps

This commit is contained in:
Daniel Kempkens 2023-04-15 17:47:05 +02:00
parent 446e6347b7
commit 36c71a418c
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 21 additions and 21 deletions

View file

@ -189,11 +189,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1681441109, "lastModified": 1681541834,
"narHash": "sha256-18pKVQvULQ8ZGnzoGbfImRO179yShRkRBmV7bK1Hm58=", "narHash": "sha256-LRAfvzWVTAbOKasVIVh4RJl8nhOq3uZ1DQGJleGsp6A=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "37bb40701d672d5213ec1be4e21d7808aee968e7", "rev": "0a61cb60a633f05e3f05f8d5dae241910a92ee1f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -212,11 +212,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1681470660, "lastModified": 1681546346,
"narHash": "sha256-ycmA2VD4YASPCXzC77qMv6eVNznbJN7CVAQlSFUUFPM=", "narHash": "sha256-tANWXcsWGi78lWWtKvebIDSUpfzhNC4pyeHU/sj5a6g=",
"owner": "nix-community", "owner": "nix-community",
"repo": "neovim-nightly-overlay", "repo": "neovim-nightly-overlay",
"rev": "b1960aa4e67cf3ea170e243113afe85b1390a9c9", "rev": "b0e4272a92496088bf58546ad05350174bb7fff2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -232,11 +232,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1681460519, "lastModified": 1681546830,
"narHash": "sha256-9ExtsPD3xhB6Bx+1B8TMPKh/e1Q/AZgs9vEuxSPEEo0=", "narHash": "sha256-FiYO8o3cDF9BqR+iHNZ0lkSRxggUkAXZRS/v5OcEA+I=",
"owner": "nifoc", "owner": "nifoc",
"repo": "nix-overlay", "repo": "nix-overlay",
"rev": "a2c7cbad49ef6418254f3ffdbf6118e01dc1339a", "rev": "ada5079afeb9bdda217d4208caa75cf6eac32dfa",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -247,11 +247,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1681389457, "lastModified": 1681510139,
"narHash": "sha256-Z6TRJ2aI1eRd+kICdrkNyL2aH7XKw8ogzLdtGz1Q9qI=", "narHash": "sha256-pmZoMRkTxEp/EIqUPScTUOOhpPOSLJSL4eahsiP2mxI=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c58e6fbf258df1572b535ac1868ec42faf7675dd", "rev": "639d4f17218568afd6494dbd807bebb2beb9d6b3",
"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-04-14"; version = "2023-04-15";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "f7e8b7420ccf8bc61534ea6155db03d62c7ff571"; rev = "dad0864fa324d1df88242a978e9d7de383c5be68";
sha256 = "0vydjw0drzprvn38wi8a027n3a2fj5ic1i662nrplz7d2bf9vvwz"; sha256 = "1h7sfk8yflqgp93c9dchrjbjvpi54jnin6rd7mfg9q2h9vfx7wlk";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -231,12 +231,12 @@ in
}; };
nvim-jdtls = buildVimPluginFrom2Nix { nvim-jdtls = buildVimPluginFrom2Nix {
pname = "nvim-jdtls"; pname = "nvim-jdtls";
version = "2023-04-12"; version = "2023-04-15";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mfussenegger"; owner = "mfussenegger";
repo = "nvim-jdtls"; repo = "nvim-jdtls";
rev = "a2dd26c1c089fcd70dcf9ee5b691cad09cc8c200"; rev = "de4b8e502e347ef9ee5dcd0d0c26dde955bd1400";
sha256 = "15y63lbxn33plyjfq00swzsyvpy69bn94x2xsyq6jwg4w2r0myf9"; sha256 = "0yl611lwhx0440451s3jb7qcz8g5whpgmz2nyffdmzfrlksrygkr";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -308,12 +308,12 @@ in
}; };
friendly-snippets = buildVimPluginFrom2Nix { friendly-snippets = buildVimPluginFrom2Nix {
pname = "friendly-snippets"; pname = "friendly-snippets";
version = "2023-04-14"; version = "2023-04-15";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rafamadriz"; owner = "rafamadriz";
repo = "friendly-snippets"; repo = "friendly-snippets";
rev = "781af8c404ce351e999b5102b9724ee847f3ad18"; rev = "8f26df063f0fdabc27845c7aed56db9102d385e8";
sha256 = "0yzdn18gq15ky1gl8jrydn46qifw95fqppwz3rwdn2rldh6zsa1p"; sha256 = "1bhg3sy304pnyhkqb3k710cfzk1jiv6hprs3lhzl053jxpa8qvjz";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };