1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-01-05 04:02:36 +00:00
parent 58fcf7dacd
commit 62ecf701f5
2 changed files with 30 additions and 30 deletions

View file

@ -236,11 +236,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1704311514, "lastModified": 1704383912,
"narHash": "sha256-j6JsfCv31bW7LzV06q2L/27QZ4k1Zq7lEq2AR9R150A=", "narHash": "sha256-Be7O73qoOj/z+4ZCgizdLlu+5BkVvO2KO299goZ9cW8=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "fcbc70a7ee064f2b65dc1fac1717ca2a9813bbe6", "rev": "26b8adb300e50efceb51fff6859a1a6ba1ade4f7",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -279,11 +279,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1704319795, "lastModified": 1704414231,
"narHash": "sha256-BTcQFrHaGroPO+jqcSYNnbaUpxWRKB1TX5cUNIB1+N8=", "narHash": "sha256-28NIOtOleoSGSiDh8xkewC+xD0qFujLSPdJbNArmnlE=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "bdfea2a8919963dfe24052635883f0213cff83e8", "rev": "dab584408211a39962a7313b7b8c4cb7e3717a7a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -304,11 +304,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1704333677, "lastModified": 1704420077,
"narHash": "sha256-thtBo53QutVmfmUvcFYvU5Qp05JNucuo3FkKg/pNNoY=", "narHash": "sha256-ae2UgdB2qE6iuOTiMRUqotSC88MUxEbDtkM9FBQeB78=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "d968a59780b24e6740bf4880a2b934570ca878da", "rev": "e1198e3e48657ba0e14cd00953ccf223e156ff79",
"revCount": 657, "revCount": 658,
"type": "git", "type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay" "url": "https://git.kempkens.io/daniel/nix-overlay"
}, },
@ -355,11 +355,11 @@
}, },
"nixos-unstable": { "nixos-unstable": {
"locked": { "locked": {
"lastModified": 1704310041, "lastModified": 1704353423,
"narHash": "sha256-PlcdGPCLT0KjVPmmStN7v4Pj808uPMfl7PX4dXHi62g=", "narHash": "sha256-c3X8mMfDYuDjnbVC/WnYsXMshuOQTwPoZmGyF/h3c9k=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "382614ec619514fbc48dd9c60f043c4087798ddf", "rev": "d307dfa20b1873b46615253b44b837d54143a82d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -371,11 +371,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1704008649, "lastModified": 1704161960,
"narHash": "sha256-rGPSWjXTXTurQN9beuHdyJhB8O761w1Zc5BqSSmHvoM=", "narHash": "sha256-QGua89Pmq+FBAro8NriTuoO/wNaUtugt29/qqA8zeeM=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d44d59d2b5bd694cd9d996fd8c51d03e3e9ba7f7", "rev": "63143ac2c9186be6d9da6035fa22620018c85932",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -117,12 +117,12 @@ in
}; };
nvim-treesitter = buildVimPlugin { nvim-treesitter = buildVimPlugin {
pname = "nvim-treesitter"; pname = "nvim-treesitter";
version = "2024-01-03"; version = "2024-01-04";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "0da349ed303bea955942f409d29059cdb89dbe2c"; rev = "8ae4080c5ba59d81b4e49525d4168807bc098e73";
sha256 = "03jz5zxh1gvn1mk5w33gh2v9jw04m25ls48byj1nihq00ps1z4kf"; sha256 = "1286wsjlcd1qw2gi8hxy7c0i0k848vmadc34xf5q5lhps1cc4k76";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -176,8 +176,8 @@ in
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-telescope"; owner = "nvim-telescope";
repo = "telescope.nvim"; repo = "telescope.nvim";
rev = "8b56e9bb2d0b8750c2f8cd4efe9738e3c066889b"; rev = "87e92ea31b2b61d45ad044cf7b2d9b66dad2a618";
sha256 = "1xq443v7gxmkq0g585ci923bj6dxh9kzh7nkaxf3fi7gsiq3wl22"; sha256 = "0gky7m8l4159r4sjxvj2ilv6d2m8a4l16x743h8zz8qx58zwyq92";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -252,12 +252,12 @@ in
}; };
schemastore-nvim = buildVimPlugin { schemastore-nvim = buildVimPlugin {
pname = "schemastore.nvim"; pname = "schemastore.nvim";
version = "2024-01-02"; version = "2024-01-04";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "b0o"; owner = "b0o";
repo = "schemastore.nvim"; repo = "schemastore.nvim";
rev = "90149d11708d38037e340bf7a668e1a79217680d"; rev = "bdf477a9d30e26881c971bf4b061f0f7b18ce67e";
sha256 = "02287n3m4sic42ab5d8qvwixs7xxsl6ll5igm5g7bxkhfg1p1m6k"; sha256 = "0vfqvki24vw6q7q4ghhwlb3y9cbz04yvvxpycqipkcfv5hyiayb8";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -296,12 +296,12 @@ in
}; };
nvim-lint = buildVimPlugin { nvim-lint = buildVimPlugin {
pname = "nvim-lint"; pname = "nvim-lint";
version = "2024-01-02"; version = "2024-01-04";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mfussenegger"; owner = "mfussenegger";
repo = "nvim-lint"; repo = "nvim-lint";
rev = "4dbc7ec60b33b656f7c54bb945671a55b18699f2"; rev = "d44185d3e57e00c164485a454174294b36ef7067";
sha256 = "0kaqnqyfm9nxkrb911nmvkdv5jhv625dlmkx8i7p3sgyxhxyxj72"; sha256 = "1ls36dahn6h4gv5fqmww9vl3micndz5q925jw35bh12d6cb14573";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -538,12 +538,12 @@ in
}; };
neogit = buildVimPlugin { neogit = buildVimPlugin {
pname = "neogit"; pname = "neogit";
version = "2024-01-02"; version = "2024-01-04";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "NeogitOrg"; owner = "NeogitOrg";
repo = "neogit"; repo = "neogit";
rev = "18366c64b0997167a1832056c4c0e1ac30da6e62"; rev = "93bf00cd5db1e88ea0ca9105e83f7e97896a7cd2";
sha256 = "0q7xb94bdcjdnr25wzl7r4v8rl50mkfr24wvkb7srickmxayppv8"; sha256 = "1rgh8vrd15wv5dcdh04jz0fxq99ww4dwknfdh6d7kk6z9s154yqr";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };