diff --git a/flake.lock b/flake.lock index cd549ba..b4a7ce4 100644 --- a/flake.lock +++ b/flake.lock @@ -372,11 +372,11 @@ ] }, "locked": { - "lastModified": 1723399884, - "narHash": "sha256-97wn0ihhGqfMb8WcUgzzkM/TuAxce2Gd20A8oiruju4=", + "lastModified": 1723986931, + "narHash": "sha256-Fy+KEvDQ+Hc8lJAV3t6leXhZJ2ncU5/esxkgt3b8DEY=", "owner": "nix-community", "repo": "home-manager", - "rev": "086f619dd991a4d355c07837448244029fc2d9ab", + "rev": "2598861031b78aadb4da7269df7ca9ddfc3e1671", "type": "github" }, "original": { @@ -456,11 +456,11 @@ ] }, "locked": { - "lastModified": 1723885507, - "narHash": "sha256-CWnJUYtqcfnJZrTYLmdo6FzKXJ4Y4Z+Y6RBR7wgnAKA=", + "lastModified": 1723969597, + "narHash": "sha256-nNSmyoR8k2gEw9LZ+nFcBQm+bquflzw2R44BeJ4gmKk=", "owner": "nix-community", "repo": "neovim-nightly-overlay", - "rev": "ee00d368ae6a9015004d473eba26a79b343a0c45", + "rev": "ec3ee3674c80882ac54d93b5575426c66e3f430d", "type": "github" }, "original": { @@ -472,11 +472,11 @@ "neovim-src": { "flake": false, "locked": { - "lastModified": 1723849779, - "narHash": "sha256-Qi/iqMZxN5jsP99neBoKtcHn8AtqwmKmxtSVrRijRNE=", + "lastModified": 1723936741, + "narHash": "sha256-x/0wYCshhLSA9zW4fvPK+W6g3gTqE8fMJQZrIucDyXg=", "owner": "neovim", "repo": "neovim", - "rev": "172cc23d88585dd7520726c2ebbba4ed7639e348", + "rev": "d1bdeacb00186ba72fa61f3c7f2951fd018ae21d", "type": "github" }, "original": { @@ -496,11 +496,11 @@ "poetry2nix": "poetry2nix" }, "locked": { - "lastModified": 1723946513, - "narHash": "sha256-MwzlSnclRnZ/l0bDftRvR8a1NCPc1J/B/FzEeHBtTzs=", + "lastModified": 1724032914, + "narHash": "sha256-+SW98cII4iO37pYjzI8QLYuhFyVSEOoyKww/oSIo1hk=", "ref": "refs/heads/master", - "rev": "908085a31c3cbb8b8def282528d69af576e29da0", - "revCount": 934, + "rev": "b2ea59430f0bec34eb1c6d296dc96e44dcebb8ad", + "revCount": 935, "type": "git", "url": "https://git.kempkens.io/daniel/nix-overlay" }, @@ -569,11 +569,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1723895289, - "narHash": "sha256-MOV25tevdwqJvMHsF2rV9d/I8v6CgYLh7vuK4Igb03M=", + "lastModified": 1723957280, + "narHash": "sha256-J08Yqf2IJ73y7myI69qEKsQ048ibweG6FeJeCxbIdB4=", "owner": "nixos", "repo": "nixpkgs", - "rev": "b959f399d27ce028a0a87317b45306b4c3c8a1b1", + "rev": "abcef4da4ebb72240bddc370a27263627e64877f", "type": "github" }, "original": { diff --git a/home/programs/nvim/plugins.nix b/home/programs/nvim/plugins.nix index 2d7df49..0845c19 100644 --- a/home/programs/nvim/plugins.nix +++ b/home/programs/nvim/plugins.nix @@ -117,12 +117,12 @@ in }; nvim-treesitter = buildVimPlugin { pname = "nvim-treesitter"; - version = "2024-08-17"; + version = "2024-08-18"; src = fetchFromGitHub { owner = "nvim-treesitter"; repo = "nvim-treesitter"; - rev = "6d74da7f0a29c35ee7636e157e72dd221e8d6197"; - sha256 = "0ad6899242j1j66x77qyd0gxa6hm3zxx962wkkcqb60b95c1m82n"; + rev = "ec8776ed9ef56ffe7a61e67b64d5d6b6aba2c631"; + sha256 = "1by3ra24gv257ljycp8v41fd8aac1m7c8kfs7madsm0krkh1h3vx"; fetchSubmodules = false; }; }; @@ -370,12 +370,12 @@ in }; nvim-autopairs = buildVimPlugin { pname = "nvim-autopairs"; - version = "2024-08-10"; + version = "2024-08-19"; src = fetchFromGitHub { owner = "windwp"; repo = "nvim-autopairs"; - rev = "48ca9aaee733911424646cb1605f27bc01dedbe3"; - sha256 = "017nx03jypf38wrbiqzr5jpscp57mxdfwsmgpmhpc100hvy6n2r8"; + rev = "19606af7c039271d5aa96bceff101e7523af3136"; + sha256 = "1l1w7ndfnyzs8ap32cnh2bdmg7cv1kdzqwjka4bdyax7sdxbpvkv"; fetchSubmodules = false; }; };