1
0
Fork 0

Update deps

This commit is contained in:
Daniel Kempkens 2023-07-19 22:16:33 +02:00
parent e19653ef02
commit 3ca2ce8731
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 15 additions and 15 deletions

View file

@ -132,11 +132,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1689324677, "lastModified": 1689793660,
"narHash": "sha256-83DCDJwBkulQFQESe37+tG0qUb8JkQLJHJ3Qn7iGx7Q=", "narHash": "sha256-aPGhep6kAcFFbHQWf4pWZHcxf7osGtznEmyCjgAJ+iY=",
"owner": "nix-community", "owner": "nix-community",
"repo": "disko", "repo": "disko",
"rev": "7eb09408393faa5b8f3b3524c39cb93d938e8d04", "rev": "774ce7df25538bd73a8d456e0828907fa6b62572",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -366,11 +366,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1689495092, "lastModified": 1689791618,
"narHash": "sha256-yZu2j5FpLZEPhJQQutMCPTxa1VMigLPabLYvLTq6ASM=", "narHash": "sha256-+GbknQxvqytQDecu8vyAAUipP7DZexdckBbByykVJW0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "2f84579a70b8c74e5ebb37299a0c3ba279f09382", "rev": "44ba0184376c1bf017b8f2646a6040fb66d9c3e8",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -465,11 +465,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1689631193, "lastModified": 1689752456,
"narHash": "sha256-AGSkBZaiTODQc8eT1rZDrQIjtb8JtFwJ0wVPzArlrnM=", "narHash": "sha256-VOChdECcEI8ixz8QY+YC4JaNEFwQd1V8bA0G4B28Ki0=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "57695599bdc4f7bfe5d28cfa23f14b3d8bdf8a5f", "rev": "7f256d7da238cb627ef189d56ed590739f42f13b",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -118,23 +118,23 @@ in
}; };
nvim-treesitter = buildVimPluginFrom2Nix { nvim-treesitter = buildVimPluginFrom2Nix {
pname = "nvim-treesitter"; pname = "nvim-treesitter";
version = "2023-07-18"; version = "2023-07-19";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "9fa6806b88905d52b5ca36094909630919b432cc"; rev = "4115fad9fded72571bdc3e0f7351e64b31799a3d";
sha256 = "1qs1b2dzz8d8d4py271703rq7x4ynw88l2jbnfa3fwq4pi3rzxgy"; sha256 = "0vng69ahmpzwckxl2chwfv10589s4lmi5sny36qfyl900pd9dqxq";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
rainbow-delimiters-nvim = buildVimPluginFrom2Nix { rainbow-delimiters-nvim = buildVimPluginFrom2Nix {
pname = "rainbow-delimiters.nvim"; pname = "rainbow-delimiters.nvim";
version = "2023-07-17"; version = "2023-07-19";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "HiPhish"; owner = "HiPhish";
repo = "rainbow-delimiters.nvim"; repo = "rainbow-delimiters.nvim";
rev = "c6c2bda90f9f2d9eb047400f9153893d425bfa3c"; rev = "0d5eb17533a4ed8fe52e3d0e83605cc5875bbe84";
sha256 = "0np7caadn04ayl1kr7qq6ghxjkayp7avyy8r6rn9h46b1601s97r"; sha256 = "0svhf7iq2ahz8b1w89y29wf0hyvqzz6rk2pc98ixwkb62ywwiswa";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };