1
0
Fork 0

Update deps
All checks were successful
Build / build-arm64-linux (push) Successful in 11m17s
Build / build-amd64-linux (push) Successful in 48m17s

This commit is contained in:
Daniel Kempkens 2023-11-05 13:39:55 +01:00
parent faa446cf5b
commit 8ce1d3ca78
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
3 changed files with 29 additions and 29 deletions

View file

@ -287,11 +287,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1699082262, "lastModified": 1699187447,
"narHash": "sha256-Bzl51jxWdO3yYpnD7v/LZ9ea0T/R3cCOLVWd1BEwK7c=", "narHash": "sha256-cWfBNsk8vIYSONHqDDyoKYv21XTjsIK1AA+iSc1hzQk=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "9281edb334a374e7753d4a6b7a05e31120e39772", "rev": "a8aebcff50ca5be120fbb52ca59348eaa44f031f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -312,11 +312,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1699090557, "lastModified": 1699187801,
"narHash": "sha256-nUpJqhYWxld19/aKXB32XnJwpJodogjOAjxngzA7AjU=", "narHash": "sha256-nIejBzD2c1glzaKKe9Z5TKFpen9hpOO+X/dD9P4xSRw=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "7a7c00debd82bf21722f59a30d62af2fb41203ea", "rev": "8c73fb5c9087632da9a64d40898970c63bcba511",
"revCount": 561, "revCount": 564,
"type": "git", "type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay" "url": "https://git.kempkens.io/daniel/nix-overlay"
}, },
@ -347,11 +347,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1699044561, "lastModified": 1699159446,
"narHash": "sha256-3uHmbq74CicpBPP40a6NHp830S7Rvh33uFgfIIC+7nw=", "narHash": "sha256-cL63IjsbPl2otS7R4kdXbVOJOXYMpGw5KGZoWgdCuCM=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "87f8403371fa74d9ad21ed677403cc235f37b96c", "rev": "627bc9b88256379578885a7028c9e791c29fb581",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -363,11 +363,11 @@
}, },
"nixos-unstable": { "nixos-unstable": {
"locked": { "locked": {
"lastModified": 1699087154, "lastModified": 1699128932,
"narHash": "sha256-Eq8VMqpRtMonqeOlLi+F86S39l+RLx/0EbqystNaswc=", "narHash": "sha256-4Hn/fpR/FRucpXQqMI0OSgxiu2ImowmR0dThAycPt/4=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e4082efedb483eb0478c3f014fa851449bca43f9", "rev": "0d2d729bf7091df906a78b69f90620f933ea963f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -379,11 +379,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1699094435, "lastModified": 1699155732,
"narHash": "sha256-YLZ5/KKZ1PyLrm2MO8UxRe4H3M0/oaYqNhSlq6FDeeA=", "narHash": "sha256-Wg4RmOGUEO4YCF0fEc/qiQ/3+BGC/f0qywIE8xEkIpY=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "9d5d25bbfe8c0297ebe85324addcb5020ed1a454", "rev": "15492ddc2974ba426ea7e17116ea7aa44fc96dcd",
"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 = "2023-11-04"; version = "2023-11-05";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "bef2c24e23d0da62a8542b1f08b1ac87ec43e93f"; rev = "b3d2c36254aa79fe531ac94c475a5a57580d2907";
sha256 = "0xgbrkgj0cwds1igiidlc9nflnzf4p2iqwq364v2gv85rvi7b9jx"; sha256 = "0pb5f2q2wp4zsz2a7qsxcv2zm7bscr4jny1anrj3r15ikin4yl3p";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -274,12 +274,12 @@ in
}; };
nvim-lint = buildVimPlugin { nvim-lint = buildVimPlugin {
pname = "nvim-lint"; pname = "nvim-lint";
version = "2023-11-03"; version = "2023-11-04";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mfussenegger"; owner = "mfussenegger";
repo = "nvim-lint"; repo = "nvim-lint";
rev = "8d2bd9a2d1f0b41c96dfa0c998cc22ba152935ed"; rev = "7746f952827dabfb70194518c99c93d5651b8f19";
sha256 = "124ckf0n3fjlw1f9rf1c8mv6jn1qxja5nfpb7l8p2zms8xssaksd"; sha256 = "02703pgyjhjckkkiiyi5c82raiwhahv8wlan6hr563f6xry99brc";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -399,8 +399,8 @@ in
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "stevearc"; owner = "stevearc";
repo = "conform.nvim"; repo = "conform.nvim";
rev = "893b139e6dcdb55dee4c98215d9217d3a1ec69eb"; rev = "0bbe83830be5a07a1161bb1a23d7280310656177";
sha256 = "01y2ja4h1njqnidnf4b20z4fxsn47lqwc7dd9xjipp9651g4gx9f"; sha256 = "08y5xwf8h79l8ms3pjynaclvi1i55jzz5ffbq31cnilm98xsars8";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -417,12 +417,12 @@ in
}; };
vim-matchup = buildVimPlugin { vim-matchup = buildVimPlugin {
pname = "vim-matchup"; pname = "vim-matchup";
version = "2023-09-02"; version = "2023-11-05";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "andymass"; owner = "andymass";
repo = "vim-matchup"; repo = "vim-matchup";
rev = "6dbe108230c7dbbf00555b7d4d9f6a891837ef07"; rev = "d30b72d20f01478a8486f15a57c89fe3177373db";
sha256 = "1c0rkdr0pjrrplvr5adnb0q9vkq11kr7m5mvlggm633g45khjw5l"; sha256 = "0zlficdwybcz8mvzv70vp4mkzrwpmvp3v0dq88fyimyajyxi1aqp";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };

View file

@ -9,8 +9,8 @@ let
domain = "git.kempkens.io"; domain = "git.kempkens.io";
owner = "daniel"; owner = "daniel";
repo = "kempkens.io"; repo = "kempkens.io";
rev = "3a6ca5be1709ce26772e9cf0e6a9ff7474712e40"; rev = "3d351cb5d5c32fc1f7e97af45846c977e16f39bf";
hash = "sha256-gMjUH/baPWlRfdkt991H5qf1GcQTZWpJQwpKua0at9c="; hash = "sha256-83tTDWJCbg5CEXjXiH+dpmBu/4pQsjHBOVMj4j7nsWc=";
fetchSubmodules = true; fetchSubmodules = true;
}; };