1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-01-27 04:03:17 +00:00
parent 84a222a445
commit 009aa262f8
2 changed files with 14 additions and 14 deletions

View file

@ -79,11 +79,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1706261939, "lastModified": 1706302763,
"narHash": "sha256-KQ3Hb3XVSrxOLfiY2D63QD5+LsLwFeY81ZScD4GRp0o=", "narHash": "sha256-Le1wk75qlzOSfzDk8vqYxSdoEyr/ORIbMhziltVNGYw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "disko", "repo": "disko",
"rev": "c12719812dde4dcbc4119a2b09766a51c9c498d5", "rev": "f7424625dc1f2e4eceac3009cbd1203d566feebc",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -236,11 +236,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1706221476, "lastModified": 1706306660,
"narHash": "sha256-T4b8YafVjHXvtDY8ARec1WrXO8uyyNZOpNgv9yoQy2M=", "narHash": "sha256-lZvgkHtVeduGByPb0Tz9LpAi4olfkEm8XPgv0o7GRsk=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "c7ce343d9bf1a329056a4dd5b32ea8cc43b55e15", "rev": "b2f56952074cb46e93902ecaabfb04dd93733434",
"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-25"; version = "2024-01-27";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "cb79d2446196d25607eb1d982c96939abdf67b8e"; rev = "e0edcbb1d27b679a0f48f2557db655855ba5434c";
sha256 = "066fi2l8qx7yg7jd1217n8j6fcb81zp8svs3gh2bwzmv142441pv"; sha256 = "1jg82pmc6xdn394aihvsrlxn0rmyn2wj59n6b3fzb6y5ya88c5y4";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -242,8 +242,8 @@ in
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "b0o"; owner = "b0o";
repo = "schemastore.nvim"; repo = "schemastore.nvim";
rev = "3de0cf898d0d771533ea7fb02a09a448bc10b1e5"; rev = "2579aef95ffa497314ce871626a6145bc70da51d";
sha256 = "1xb68qknfym3rwjkxc17l07cjv0yp9wjzh3p7hgi25rsnndf5cll"; sha256 = "136mh81vl4mcl22s5lz908s35b6brz2l9z3ij5ajfnd2j2643bx3";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -502,12 +502,12 @@ in
}; };
gitsigns-nvim = buildVimPlugin { gitsigns-nvim = buildVimPlugin {
pname = "gitsigns.nvim"; pname = "gitsigns.nvim";
version = "2024-01-25"; version = "2024-01-26";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lewis6991"; owner = "lewis6991";
repo = "gitsigns.nvim"; repo = "gitsigns.nvim";
rev = "0a2a93f687ec051292943a4d139366332ac93688"; rev = "fb9fd5312476b51a42a98122616e1c448d823d5c";
sha256 = "0ikagilg1n60vgdsphv3wy1krhcqwqsp0myp5l6j3whi0h1h2vhv"; sha256 = "0fjs1lhl81mj1q7689ybdk0n2xgr5ycbkmkrgc4csx2i7wydjp4d";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };