1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2025-01-02 04:02:32 +00:00
parent 2e6d3d021c
commit 19c25e25c9
2 changed files with 23 additions and 23 deletions

View file

@ -123,11 +123,11 @@
"nixpkgs-lib": "nixpkgs-lib" "nixpkgs-lib": "nixpkgs-lib"
}, },
"locked": { "locked": {
"lastModified": 1733312601, "lastModified": 1735774679,
"narHash": "sha256-4pDvzqnegAfRkPwO3wmwBhVi/Sye1mzps0zHWYnP88c=", "narHash": "sha256-soePLBazJk0qQdDVhdbM98vYdssfs3WFedcq+raipRI=",
"owner": "hercules-ci", "owner": "hercules-ci",
"repo": "flake-parts", "repo": "flake-parts",
"rev": "205b12d8b7cd4802fbcb8e8ef6a0f1408781a4f9", "rev": "f2f7418ce0ab4a5309a4596161d154cfc877af66",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -296,11 +296,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1735381016, "lastModified": 1735774425,
"narHash": "sha256-CyCZFhMUkuYbSD6bxB/r43EdmDE7hYeZZPTCv0GudO4=", "narHash": "sha256-C73gLFnEh8ZI0uDijUgCDWCd21T6I6tsaWgIBHcfAXg=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "10e99c43cdf4a0713b4e81d90691d22c6a58bdf2", "rev": "5f6aa268e419d053c3d5025da740e390b12ac936",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -424,11 +424,11 @@
"poetry2nix": "poetry2nix" "poetry2nix": "poetry2nix"
}, },
"locked": { "locked": {
"lastModified": 1735696948, "lastModified": 1735783347,
"narHash": "sha256-SV4DeB1Jrq34RZGhOLQuR/wbEztgg1aDqwCTyoUM1vw=", "narHash": "sha256-/tKk8Cy7KsL8LDPdZXG7BtkEBgVJUUyXbo+7DIT7mbU=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "4725ca0806846c42d9b4ccaad0f504c12b837886", "rev": "3d93508ad6f5c1ee65085e357f3ab1266ecceee9",
"revCount": 1045, "revCount": 1046,
"type": "git", "type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay" "url": "https://git.kempkens.io/daniel/nix-overlay"
}, },
@ -497,11 +497,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1735667141, "lastModified": 1735755537,
"narHash": "sha256-OdxSR4u4QQ/cnBWJBdbg9gMHQkJ2AQaOFif9965iciE=", "narHash": "sha256-GeeEj92MpQwHjrhy+chyvPdOAKz9qDQYYQ1bnbV5WKM=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ffd125e27fecc4e5b935413276143a97449fcfd8", "rev": "85d6d1b15ad9a07ec578a1e49ba34c9e377d9176",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -513,14 +513,14 @@
}, },
"nixpkgs-lib": { "nixpkgs-lib": {
"locked": { "locked": {
"lastModified": 1733096140, "lastModified": 1735774519,
"narHash": "sha256-1qRH7uAUsyQI7R1Uwl4T+XvdNv778H0Nb5njNrqvylY=", "narHash": "sha256-CewEm1o2eVAnoqb6Ml+Qi9Gg/EfNAxbRx1lANGVyoLI=",
"type": "tarball", "type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/5487e69da40cbd611ab2cadee0b4637225f7cfae.tar.gz" "url": "https://github.com/NixOS/nixpkgs/archive/e9b51731911566bbf7e4895475a87fe06961de0b.tar.gz"
}, },
"original": { "original": {
"type": "tarball", "type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/5487e69da40cbd611ab2cadee0b4637225f7cfae.tar.gz" "url": "https://github.com/NixOS/nixpkgs/archive/e9b51731911566bbf7e4895475a87fe06961de0b.tar.gz"
} }
}, },
"nixpkgs-stable": { "nixpkgs-stable": {

View file

@ -49,12 +49,12 @@ in
}; };
nvim-treesitter = buildVimPlugin { nvim-treesitter = buildVimPlugin {
pname = "nvim-treesitter"; pname = "nvim-treesitter";
version = "2024-12-31"; version = "2025-01-01";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "5f78e989243f9fb0fb55e0cf54820920d86dfd30"; rev = "e947d35bbf919ea88a24c21cb8afa4621e3cf547";
sha256 = "1gm9nlzz7ncjjckn7wyfnxf8ab7xy6h7nxgdkb6j5ghr5zdzy3pl"; sha256 = "1iw5899wahijkcxk3q67ca4pczfx4vkgwvk0cbwqi498zgq5fc2i";
fetchSubmodules = false; fetchSubmodules = false;
}; };
@ -91,12 +91,12 @@ in
}; };
nvim-autopairs = buildVimPlugin { nvim-autopairs = buildVimPlugin {
pname = "nvim-autopairs"; pname = "nvim-autopairs";
version = "2025-01-01"; version = "2024-11-17";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "windwp"; owner = "windwp";
repo = "nvim-autopairs"; repo = "nvim-autopairs";
rev = "a50878826cb035a56cb17c1c442d0617f2677dac"; rev = "b464658e9b880f463b9f7e6ccddd93fb0013f559";
sha256 = "11hzgni7grhr6pifspl45mfdjcarpvxw2lyiy6b53s4xhg63jrhi"; sha256 = "0p4v49saqfsc8kinl3wc3zhmr6m2q86vmay2f10payp29n4v3did";
fetchSubmodules = false; fetchSubmodules = false;
}; };