diff --git a/flake.lock b/flake.lock index 15592b3..28b392d 100644 --- a/flake.lock +++ b/flake.lock @@ -123,11 +123,11 @@ "nixpkgs-lib": "nixpkgs-lib" }, "locked": { - "lastModified": 1733312601, - "narHash": "sha256-4pDvzqnegAfRkPwO3wmwBhVi/Sye1mzps0zHWYnP88c=", + "lastModified": 1735774679, + "narHash": "sha256-soePLBazJk0qQdDVhdbM98vYdssfs3WFedcq+raipRI=", "owner": "hercules-ci", "repo": "flake-parts", - "rev": "205b12d8b7cd4802fbcb8e8ef6a0f1408781a4f9", + "rev": "f2f7418ce0ab4a5309a4596161d154cfc877af66", "type": "github" }, "original": { @@ -296,11 +296,11 @@ ] }, "locked": { - "lastModified": 1735381016, - "narHash": "sha256-CyCZFhMUkuYbSD6bxB/r43EdmDE7hYeZZPTCv0GudO4=", + "lastModified": 1735774425, + "narHash": "sha256-C73gLFnEh8ZI0uDijUgCDWCd21T6I6tsaWgIBHcfAXg=", "owner": "nix-community", "repo": "home-manager", - "rev": "10e99c43cdf4a0713b4e81d90691d22c6a58bdf2", + "rev": "5f6aa268e419d053c3d5025da740e390b12ac936", "type": "github" }, "original": { @@ -424,11 +424,11 @@ "poetry2nix": "poetry2nix" }, "locked": { - "lastModified": 1735696948, - "narHash": "sha256-SV4DeB1Jrq34RZGhOLQuR/wbEztgg1aDqwCTyoUM1vw=", + "lastModified": 1735783347, + "narHash": "sha256-/tKk8Cy7KsL8LDPdZXG7BtkEBgVJUUyXbo+7DIT7mbU=", "ref": "refs/heads/master", - "rev": "4725ca0806846c42d9b4ccaad0f504c12b837886", - "revCount": 1045, + "rev": "3d93508ad6f5c1ee65085e357f3ab1266ecceee9", + "revCount": 1046, "type": "git", "url": "https://git.kempkens.io/daniel/nix-overlay" }, @@ -497,11 +497,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1735667141, - "narHash": "sha256-OdxSR4u4QQ/cnBWJBdbg9gMHQkJ2AQaOFif9965iciE=", + "lastModified": 1735755537, + "narHash": "sha256-GeeEj92MpQwHjrhy+chyvPdOAKz9qDQYYQ1bnbV5WKM=", "owner": "nixos", "repo": "nixpkgs", - "rev": "ffd125e27fecc4e5b935413276143a97449fcfd8", + "rev": "85d6d1b15ad9a07ec578a1e49ba34c9e377d9176", "type": "github" }, "original": { @@ -513,14 +513,14 @@ }, "nixpkgs-lib": { "locked": { - "lastModified": 1733096140, - "narHash": "sha256-1qRH7uAUsyQI7R1Uwl4T+XvdNv778H0Nb5njNrqvylY=", + "lastModified": 1735774519, + "narHash": "sha256-CewEm1o2eVAnoqb6Ml+Qi9Gg/EfNAxbRx1lANGVyoLI=", "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/5487e69da40cbd611ab2cadee0b4637225f7cfae.tar.gz" + "url": "https://github.com/NixOS/nixpkgs/archive/e9b51731911566bbf7e4895475a87fe06961de0b.tar.gz" }, "original": { "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/5487e69da40cbd611ab2cadee0b4637225f7cfae.tar.gz" + "url": "https://github.com/NixOS/nixpkgs/archive/e9b51731911566bbf7e4895475a87fe06961de0b.tar.gz" } }, "nixpkgs-stable": { diff --git a/home/programs/nvim/plugins.nix b/home/programs/nvim/plugins.nix index ba29823..8371c02 100644 --- a/home/programs/nvim/plugins.nix +++ b/home/programs/nvim/plugins.nix @@ -49,12 +49,12 @@ in }; nvim-treesitter = buildVimPlugin { pname = "nvim-treesitter"; - version = "2024-12-31"; + version = "2025-01-01"; src = fetchFromGitHub { owner = "nvim-treesitter"; repo = "nvim-treesitter"; - rev = "5f78e989243f9fb0fb55e0cf54820920d86dfd30"; - sha256 = "1gm9nlzz7ncjjckn7wyfnxf8ab7xy6h7nxgdkb6j5ghr5zdzy3pl"; + rev = "e947d35bbf919ea88a24c21cb8afa4621e3cf547"; + sha256 = "1iw5899wahijkcxk3q67ca4pczfx4vkgwvk0cbwqi498zgq5fc2i"; fetchSubmodules = false; }; @@ -91,12 +91,12 @@ in }; nvim-autopairs = buildVimPlugin { pname = "nvim-autopairs"; - version = "2025-01-01"; + version = "2024-11-17"; src = fetchFromGitHub { owner = "windwp"; repo = "nvim-autopairs"; - rev = "a50878826cb035a56cb17c1c442d0617f2677dac"; - sha256 = "11hzgni7grhr6pifspl45mfdjcarpvxw2lyiy6b53s4xhg63jrhi"; + rev = "b464658e9b880f463b9f7e6ccddd93fb0013f559"; + sha256 = "0p4v49saqfsc8kinl3wc3zhmr6m2q86vmay2f10payp29n4v3did"; fetchSubmodules = false; };