1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-08-04 04:02:20 +00:00
parent 2a85359f92
commit 8d07ae50ec
2 changed files with 16 additions and 16 deletions

View file

@ -497,11 +497,11 @@
"poetry2nix": "poetry2nix" "poetry2nix": "poetry2nix"
}, },
"locked": { "locked": {
"lastModified": 1722712239, "lastModified": 1722736892,
"narHash": "sha256-PtqMuBYXFcYn9hclPiEU4OKAgv0lPZZv1LFOlPH2PbY=", "narHash": "sha256-LqXHM7I2EM/3XuHzKwxmNOMXhsuZv95GYZ9Hk3Z0yHw=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "f17e218cfad3a25580bb436def7089054501b45b", "rev": "57a28b3fc1c57dce7fddb33d6cc87f991ec5fa2b",
"revCount": 915, "revCount": 916,
"type": "git", "type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay" "url": "https://git.kempkens.io/daniel/nix-overlay"
}, },
@ -570,11 +570,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1722685361, "lastModified": 1722728236,
"narHash": "sha256-6Zn2SVJYffCtenHEHsb2PmzQsX5+cRsforNJZmlK630=", "narHash": "sha256-3YWkTl3iU+Cey7K4toLB0g/S1wBaV4SdLq0jGUOvl2A=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "6602aa2586f35fc8c6c46246a1dcac6940ca3f0f", "rev": "e17a38ddc27fc9c7a81b986c5866f83238d8b23e",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -29,12 +29,12 @@ in
}; };
nvim-web-devicons = buildVimPlugin { nvim-web-devicons = buildVimPlugin {
pname = "nvim-web-devicons"; pname = "nvim-web-devicons";
version = "2024-07-28"; version = "2024-08-04";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kyazdani42"; owner = "kyazdani42";
repo = "nvim-web-devicons"; repo = "nvim-web-devicons";
rev = "5be6c4e685618b99c3210a69375b38a1202369b4"; rev = "3722e3d1fb5fe1896a104eb489e8f8651260b520";
sha256 = "0dz5ay92n60r7k3zir7jqznjs9jgl34d03xmn7cbzvhbad3n2m8q"; sha256 = "1hb7qm3z5m20m4lyq57pb8jmydsssmj0zfpsi2nry0skyfaqrrad";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -117,12 +117,12 @@ in
}; };
nvim-treesitter = buildVimPlugin { nvim-treesitter = buildVimPlugin {
pname = "nvim-treesitter"; pname = "nvim-treesitter";
version = "2024-08-02"; version = "2024-08-03";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "09bad640e4507885fa0e7035348c7854c531b3d6"; rev = "a7a3b9c10e8a5fe0da05ebb65db3ed1d164e612d";
sha256 = "1rlwq5abj388nbkanq5rz65g5cppfppv1h3drli5qrrli147zxq5"; sha256 = "0lkcq1ywcg3q24lrp6xv6bvizsczxgmb2zpj0zrkn56z5p91zsq1";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -480,12 +480,12 @@ in
}; };
gitsigns-nvim = buildVimPlugin { gitsigns-nvim = buildVimPlugin {
pname = "gitsigns.nvim"; pname = "gitsigns.nvim";
version = "2024-08-02"; version = "2024-08-03";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lewis6991"; owner = "lewis6991";
repo = "gitsigns.nvim"; repo = "gitsigns.nvim";
rev = "0ed466953fe5885166e0d60799172a8b1f752d16"; rev = "564849a17bf5c5569e0bae98c8328de9c7a1ed29";
sha256 = "10g0yh94gd65mg70pg3qalp47clzg2py9c7gqglsm5y256rvc4ns"; sha256 = "1dmxqj9vmcvww89d9wgdnfhjqj4xk91mf3cp30cin6jk6nc0qz8n";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };