1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-11-05 04:02:11 +00:00
parent dd8870d2be
commit 83719d9bd1
2 changed files with 22 additions and 22 deletions

View file

@ -420,11 +420,11 @@
"poetry2nix": "poetry2nix" "poetry2nix": "poetry2nix"
}, },
"locked": { "locked": {
"lastModified": 1730685701, "lastModified": 1730772094,
"narHash": "sha256-TfaqeOAFsH1E/WJ6IWWGu/RtIMkqJiUdZinKXVpY6qc=", "narHash": "sha256-QP8CQFqTGXpmIIeLqW1SXyhYEpRVD/xGoRI8pTaHdJ8=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "6322c84ebc2d74c826eebba66c2ac06e49d67696", "rev": "7517b000c206c11bca3085e2d6e66dfbeb3b1396",
"revCount": 1008, "revCount": 1009,
"type": "git", "type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay" "url": "https://git.kempkens.io/daniel/nix-overlay"
}, },
@ -440,11 +440,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1730600078, "lastModified": 1730771654,
"narHash": "sha256-BoyFmE59HDF3uybBySsWVoyjNuHvz3Wv8row/mSb958=", "narHash": "sha256-2oMw3YTmVLZ7Ql+AYZUydN638UakldN67MZ3mQE1Y10=",
"owner": "lnl7", "owner": "lnl7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "4652874d014b82cb746173ffc64f6a70044daa7e", "rev": "2f05a8101927c156004abc7d88a0e26f68ebd5c6",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -493,11 +493,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1730642263, "lastModified": 1730729172,
"narHash": "sha256-UXqvGZOHUDeAo8Sv5A5oObiQgBPELVgHQi130TU0jMU=", "narHash": "sha256-RE6Fgw2FbVzWzRf5FD6LSIqSHTXq/hEm+GIqy7zcoe8=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "650fe87347086b30a6dbcc32b55987ce5a23c6ae", "rev": "eb36bf249929bfd7a94c5f9ee0f1972ded7b6931",
"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-11-03"; version = "2024-11-04";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "01a92da4389b5346b4049c5b42256c9d84526f04"; rev = "dfd3207ed43a0c572c13acc02bf9d7dc270f4030";
sha256 = "0q5xmrp3y10771qx0qmyl9fa9sb07x4da5hw2bnyf2s6c4a4f3wj"; sha256 = "1k27xilglzcym5r4xplf5pifyd3lgc9bq8j9l6qj32zvcv2qv6q5";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -205,12 +205,12 @@ in
}; };
schemastore-nvim = buildVimPlugin { schemastore-nvim = buildVimPlugin {
pname = "schemastore.nvim"; pname = "schemastore.nvim";
version = "2024-10-31"; version = "2024-11-04";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "b0o"; owner = "b0o";
repo = "schemastore.nvim"; repo = "schemastore.nvim";
rev = "a5f6e784d2000f9570791d5f43040ab29e13f9e3"; rev = "22ce6adf3c866a8c3d0c55956c4b8feeb4f10c32";
sha256 = "0cmhqxsv2bhv0488n043sgb5n7x7rhsrscwnzr3dlbyc966kh68h"; sha256 = "198yd9j7xfrbl2hgjzmmgsgj05sxj9zl07qk7av8v0vdyglmwgqn";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -304,12 +304,12 @@ in
}; };
cmp_luasnip = buildVimPlugin { cmp_luasnip = buildVimPlugin {
pname = "cmp_luasnip"; pname = "cmp_luasnip";
version = "2023-10-09"; version = "2024-11-04";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "saadparwaiz1"; owner = "saadparwaiz1";
repo = "cmp_luasnip"; repo = "cmp_luasnip";
rev = "05a9ab28b53f71d1aece421ef32fee2cb857a843"; rev = "98d9cb5c2c38532bd9bdb481067b20fea8f32e90";
sha256 = "0gw3jz65dnxkc618j26zj37gs1yycf7wql9yqc9glazjdjbljhlx"; sha256 = "037sh4g1747wf07f9sqngiifp89hqww6m2rvizy5ra7jyd04magk";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -469,12 +469,12 @@ in
}; };
gitsigns-nvim = buildVimPlugin { gitsigns-nvim = buildVimPlugin {
pname = "gitsigns.nvim"; pname = "gitsigns.nvim";
version = "2024-10-30"; version = "2024-11-04";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lewis6991"; owner = "lewis6991";
repo = "gitsigns.nvim"; repo = "gitsigns.nvim";
rev = "7c27a30450130cd59c4994a6755e3c5d74d83e76"; rev = "4daf7022f1481edf1e8fb9947df13bb07c18e89a";
sha256 = "0rwydfc5mz8cy4bqjlv8x69gwpngkcs3pdzmj5rdqicdglnq10k7"; sha256 = "0l3jmqcx17q76bhbww8dwhzif9jcsnk53xwqagdzkb4m6xzywz0l";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };