1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-05-25 04:02:33 +00:00
parent 7019178903
commit 40426ab5f8
2 changed files with 34 additions and 34 deletions

View file

@ -244,11 +244,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1716516095, "lastModified": 1716602475,
"narHash": "sha256-ejjSbdpAyaLo6v6bW+pHDjzb2elWFV1qAGSzk0FbTl8=", "narHash": "sha256-okb8JCXGCV60+SoZoI5AkEOCt3GwwYeYokW75ep2jjQ=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "53bcca06991f2a81c21e6324bb406238b2edff98", "rev": "fba16570cedde0737b7d0e1300d41e51a805e3bf",
"revCount": 827, "revCount": 828,
"type": "git", "type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay" "url": "https://git.kempkens.io/daniel/nix-overlay"
}, },
@ -295,11 +295,11 @@
}, },
"nixos-unstable": { "nixos-unstable": {
"locked": { "locked": {
"lastModified": 1716479278, "lastModified": 1716570807,
"narHash": "sha256-2eh7rYxQOntkUjFXtlPH7lBuUDd4isu/YHRjNJW7u1Q=", "narHash": "sha256-fibf857WvFF7351TCZQ8ANsDmPxYHVEg7Db84TOc9bg=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2ee89d5a0167a8aa0f2a5615d2b8aefb1f299cd4", "rev": "6f5ca623566f0b6e443c12e9668a13fa506322e5",
"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-05-13"; version = "2024-05-25";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kyazdani42"; owner = "kyazdani42";
repo = "nvim-web-devicons"; repo = "nvim-web-devicons";
rev = "e37bb1feee9e7320c76050a55443fa843b4b6f83"; rev = "b77921fdc44833c994fdb389d658ccbce5490c16";
sha256 = "0kxj9xj94zln8ah2i0r09p0c8prn0rs1vwgf5dvmjn3j8m4x3nnn"; sha256 = "1zn4qn6xz0pn3wcxd1x4j1cw7h41qkvw02qjmil71sjrsnffqrky";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -117,23 +117,23 @@ in
}; };
nvim-treesitter = buildVimPlugin { nvim-treesitter = buildVimPlugin {
pname = "nvim-treesitter"; pname = "nvim-treesitter";
version = "2024-05-23"; version = "2024-05-24";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "298a9dd4f8a0d95b347a7ebd301849d8b0e3917e"; rev = "6d56c5f404d3b116bab167bc03993cfb0a83f8aa";
sha256 = "0qw26zij45y314ssxh3whxc7qv7lqpywq6s035b6i2qb5vh51zva"; sha256 = "0c2dhvm4mhkzjdqmh5f91ikvbrrvnvgccb08aalj0z9pp68d01xv";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
rainbow-delimiters-nvim = buildVimPlugin { rainbow-delimiters-nvim = buildVimPlugin {
pname = "rainbow-delimiters.nvim"; pname = "rainbow-delimiters.nvim";
version = "2024-05-21"; version = "2024-05-24";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "HiPhish"; owner = "HiPhish";
repo = "rainbow-delimiters.nvim"; repo = "rainbow-delimiters.nvim";
rev = "5d0d30b201566ce1fe31415f41fe2a7bdf56f4a7"; rev = "849803e0a687c6ef7c9a0d305bd4d441017b8abf";
sha256 = "040pamj5q3n600wc1awx2p1mi1hadxgm5lr6qiv678a1qdrjsid6"; sha256 = "19m6xm1qwvy5xba56v2smr3w3lh6wz8mkqrg0mzp57jyimzbgazv";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -150,12 +150,12 @@ in
}; };
telescope-nvim = buildVimPlugin { telescope-nvim = buildVimPlugin {
pname = "telescope.nvim"; pname = "telescope.nvim";
version = "2024-05-23"; version = "2024-05-25";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-telescope"; owner = "nvim-telescope";
repo = "telescope.nvim"; repo = "telescope.nvim";
rev = "5665d93988acfbb0747bdbf4f4cb583bcebc8930"; rev = "c2ce039188e22288449e43b77710036e69a45a70";
sha256 = "0wr4012ix54p33iz9h4f9iwls15nqzs0ilh5f5ai6xg6nspy21v1"; sha256 = "0cxd6zai11li2aqlp34yf899z2xplbsldxwc0pxfwkv926169p8q";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -194,12 +194,12 @@ in
}; };
nvim-jdtls = buildVimPlugin { nvim-jdtls = buildVimPlugin {
pname = "nvim-jdtls"; pname = "nvim-jdtls";
version = "2024-05-16"; version = "2024-05-24";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mfussenegger"; owner = "mfussenegger";
repo = "nvim-jdtls"; repo = "nvim-jdtls";
rev = "29255ea26dfb51ef0213f7572bff410f1afb002d"; rev = "10691312d51c5485c656a71258b55d3798d3fb3e";
sha256 = "1h3hdl99mb5r8mslcp7s78abyrrjjhmkndbif8c5iah7wmfnyq2c"; sha256 = "0v74cnhbmvpwq66srx0zj0gi3505kixph7ylf81sfl9dkryvf13q";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -260,23 +260,23 @@ in
}; };
ts-comments-nvim = buildVimPlugin { ts-comments-nvim = buildVimPlugin {
pname = "ts-comments.nvim"; pname = "ts-comments.nvim";
version = "2024-05-23"; version = "2024-05-24";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "folke"; owner = "folke";
repo = "ts-comments.nvim"; repo = "ts-comments.nvim";
rev = "8ea22850c40b4aef481a6ebdd74c928ed2b20427"; rev = "dd4424521aa097d012290126eb08f8b6bf52146a";
sha256 = "0s69nm6bsdl7rnvfrf1rwfmlmdr9db50v7cnx6piyn1q1hfm17fv"; sha256 = "1m5nrqd5gav1h3dgjacgsjps1823g68vg8qc7a2yc9c97q6203fr";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
LuaSnip = buildVimPlugin { LuaSnip = buildVimPlugin {
pname = "LuaSnip"; pname = "LuaSnip";
version = "2024-05-18"; version = "2024-05-24";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "L3MON4D3"; owner = "L3MON4D3";
repo = "LuaSnip"; repo = "LuaSnip";
rev = "de1a287c9cb525ae52bc846e8f6207e5ef1da5ac"; rev = "878ace11983444d865a72e1759dbcc331d1ace4c";
sha256 = "1acqpdhnzb4rngrf4gzizkb2nv98s3n1iwizh4vwcrafcdd15cql"; sha256 = "1akapmh549jr8nc3maa56ni1z87wyxxwlv7q4z3awiqh2l5gbzjq";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -480,23 +480,23 @@ in
}; };
diffview-nvim = buildVimPlugin { diffview-nvim = buildVimPlugin {
pname = "diffview.nvim"; pname = "diffview.nvim";
version = "2024-05-23"; version = "2024-05-24";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sindrets"; owner = "sindrets";
repo = "diffview.nvim"; repo = "diffview.nvim";
rev = "0bae1a371ac68be86ead374ee2c4f36bd96bb6c6"; rev = "1ec7b56b959dab18f7030f541c33ae60e18a6f88";
sha256 = "0gk5jdh28ca0aiwrm0c5yyvywrc6bnba6ijr2brmhi0h5i4yxl5d"; sha256 = "1nq6yprjp3y43cks26qmrdgpwnzk43lqdf1piamih4bz4g0yqamh";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
neogit = buildVimPlugin { neogit = buildVimPlugin {
pname = "neogit"; pname = "neogit";
version = "2024-05-23"; version = "2024-05-24";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "NeogitOrg"; owner = "NeogitOrg";
repo = "neogit"; repo = "neogit";
rev = "daebc4bc94bdcfa69d8d75c731878bff758e16fa"; rev = "69e0f1264f583dbe85a6bcd63c5ec9cb29f94571";
sha256 = "0hcw0ramv81xcjq22lk76qghilj2dwfz4460aw7y1zx8y4v219h3"; sha256 = "1rbic1jsnc0lw2fwkivc40fhf7yl7siy7yb0pai3prf5xpibvrbg";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };