1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-01-30 04:03:15 +00:00
parent f77af3a857
commit 8cfe03d0a6
2 changed files with 29 additions and 29 deletions

View file

@ -129,11 +129,11 @@
"nixpkgs-lib": "nixpkgs-lib" "nixpkgs-lib": "nixpkgs-lib"
}, },
"locked": { "locked": {
"lastModified": 1704982712, "lastModified": 1706569497,
"narHash": "sha256-2Ptt+9h8dczgle2Oo6z5ni5rt/uLMG47UFTR1ry/wgg=", "narHash": "sha256-oixb0IDb5eZYw6BaVr/R/1pSoMh4rfJHkVnlgeRIeZs=",
"owner": "hercules-ci", "owner": "hercules-ci",
"repo": "flake-parts", "repo": "flake-parts",
"rev": "07f6395285469419cf9d078f59b5b49993198c00", "rev": "60c614008eed1d0383d21daac177a3e036192ed8",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -236,11 +236,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1706435589, "lastModified": 1706473109,
"narHash": "sha256-yhEYJxMv5BkfmUuNe4QELKo+V5eq1pwhtVs6kEziHfE=", "narHash": "sha256-iyuAvpKTsq2u23Cr07RcV5XlfKExrG8gRpF75hf1uVc=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "4d54c29bce71f8c261513e0662cc573d30f3e33e", "rev": "d634c3abafa454551f2083b054cd95c3f287be61",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -305,11 +305,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1706493745, "lastModified": 1706580127,
"narHash": "sha256-0RdpH1PV4xPwayISY9MnZL0u617nUTDe9d3ttvcBMSY=", "narHash": "sha256-Oe028H1HroHnPJiN0YNGNOL60obW89cPlScRwB1ivNE=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "506b71ffc6c03a1bc476186ab564783aa598c64d", "rev": "a0e613f73e2ee50faef88aca7886ed3293ac55e4",
"revCount": 687, "revCount": 688,
"type": "git", "type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay" "url": "https://git.kempkens.io/daniel/nix-overlay"
}, },
@ -325,11 +325,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1706497381, "lastModified": 1706581965,
"narHash": "sha256-VzzLBvm4ejehe42yKlCUjG3op3NLXq78MKS8u/W3NLQ=", "narHash": "sha256-1H7dRdK9LJ7+2X1XQtbwXr+QMqtVVo/ZF0/LIvkjdK8=",
"owner": "lnl7", "owner": "lnl7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "00538eecf2d1a8f98a53a71c9c84f913003ec5e8", "rev": "91b9daf672c957ef95a05491a75f62e6a01d5aaf",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -356,11 +356,11 @@
}, },
"nixos-unstable": { "nixos-unstable": {
"locked": { "locked": {
"lastModified": 1706472015, "lastModified": 1706547092,
"narHash": "sha256-SkBuhrn0o7g/FqRBxrqRqgjFObO9cxK1r1Tq2DfAIkg=", "narHash": "sha256-Gs3RWi83YRmQFnEKDI2vK5XWTOpUK21uDHH/GEMWIio=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "48f6e0d2866ef7168f42f30ed9601c70fdc49899", "rev": "8131c739ff0b40820a7d7888666dbf6e43809233",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -18,12 +18,12 @@ in
}; };
plenary-nvim = buildVimPlugin { plenary-nvim = buildVimPlugin {
pname = "plenary.nvim"; pname = "plenary.nvim";
version = "2024-01-21"; version = "2024-01-29";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-lua"; owner = "nvim-lua";
repo = "plenary.nvim"; repo = "plenary.nvim";
rev = "663246936325062427597964d81d30eaa42ab1e4"; rev = "4f71c0c4a196ceb656c824a70792f3df3ce6bb6d";
sha256 = "12cj7f0ghmd58ka9qc1c2qyd5x4cx97wd3avx5ny1x1gb8il013b"; sha256 = "0kr8c5fgvv7ijsvk4z0c9dawqy58mg5yz9yzx0al2ljax32lfqh1";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -33,8 +33,8 @@ in
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kyazdani42"; owner = "kyazdani42";
repo = "nvim-web-devicons"; repo = "nvim-web-devicons";
rev = "7fd8d7f08be824d9d362fb2d9800b84eb15786c1"; rev = "aaec87dbdaa776bfa0a13c8694bec9bcb7454719";
sha256 = "0s40wa64551nmbqcsxa8a2mb69lhjqjzxzvsmd4162j2x6d56mv8"; sha256 = "14flic4j032dikb6xixqb6cavxmrm1q27p3036zw23rg91d1k03c";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -117,12 +117,12 @@ in
}; };
nvim-treesitter = buildVimPlugin { nvim-treesitter = buildVimPlugin {
pname = "nvim-treesitter"; pname = "nvim-treesitter";
version = "2024-01-28"; version = "2024-01-29";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "d4dac523d2546afc266eb9b5a7986690b5319c41"; rev = "e24dab6696aa2a6682a117e241adc32c38e93d53";
sha256 = "0nkp5plya7hnhr6cb0dfj0algm3b4dihwnlm7n4hsxz30z2rr8jj"; sha256 = "0h4fzbkfclpjs3wcdjizkdlpl66f22qb01y42g27ih4dj5a8iva6";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -172,12 +172,12 @@ in
}; };
telescope-nvim = buildVimPlugin { telescope-nvim = buildVimPlugin {
pname = "telescope.nvim"; pname = "telescope.nvim";
version = "2024-01-27"; version = "2024-01-29";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-telescope"; owner = "nvim-telescope";
repo = "telescope.nvim"; repo = "telescope.nvim";
rev = "2f3857c25bbd00ed7ac593c9d4071906369e4d20"; rev = "e54fbf4ab2b64640b639b75c006c23b4bc51c86f";
sha256 = "1is73wjd9nbdsjb4h87nswylmaaqhiks5nj6byn0rz4cp7nqd86b"; sha256 = "1788hzgqs42fwpfyw8gbg9664ysnwsyl7jj8i3d7yp6pa62gdbh0";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -220,8 +220,8 @@ in
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "neovim"; owner = "neovim";
repo = "nvim-lspconfig"; repo = "nvim-lspconfig";
rev = "d1d8b8a0180aafb5cf8f0454b52adb6d1e9522cb"; rev = "021906284dcfb938bc236f8295af2650c60cb807";
sha256 = "0cmmk6s2z6cqa60k4jr9jx9imf87lja4lalqcg1gw67r7qnbldzc"; sha256 = "0x6ib740crjxijmjh694zz1lmngpndj0hp5qca52h5xi0z2vlinr";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };