1
0
Fork 0

Update deps
All checks were successful
Build / build-amd64-linux (push) Successful in 1h4m5s
Build / build-arm64-linux (push) Successful in 1h12m7s

This commit is contained in:
Daniel Kempkens 2023-11-25 21:54:05 +01:00
parent 82dd79ab1b
commit 9114f6bddc
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
3 changed files with 9 additions and 10 deletions

View file

@ -87,11 +87,11 @@
]
},
"locked": {
"lastModified": 1699781810,
"narHash": "sha256-LD+PIUbm1yQmQmGIbSsc/PB1dtJtGqXFgxRc1C7LlfQ=",
"lastModified": 1700927249,
"narHash": "sha256-iqmIWiEng890/ru7ZBf4nUezFPyRm2fjRTvuwwxqk2o=",
"owner": "nix-community",
"repo": "disko",
"rev": "2d7d77878c5d70f66f3d676ff66708d8d4f9d7df",
"rev": "3cb78c93e6a02f494aaf6aeb37481c27a2e2ee22",
"type": "github"
},
"original": {
@ -454,11 +454,11 @@
"nixpkgs-stable": "nixpkgs-stable_2"
},
"locked": {
"lastModified": 1700064067,
"narHash": "sha256-1ZWNDzhu8UlVCK7+DUN9dVQfiHX1bv6OQP9VxstY/gs=",
"lastModified": 1700922917,
"narHash": "sha256-ej2fch/T584b5K9sk1UhmZF7W6wEfDHuoUYpFN8dtvM=",
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"rev": "e558068cba67b23b4fbc5537173dbb43748a17e8",
"rev": "e5ee5c5f3844550c01d2131096c7271cec5e9b78",
"type": "github"
},
"original": {

View file

@ -62,7 +62,6 @@
mtr
nix-tree
nurl
ollama
ouch
parallel
q

View file

@ -128,12 +128,12 @@ in
};
rainbow-delimiters-nvim = buildVimPlugin {
pname = "rainbow-delimiters.nvim";
version = "2023-11-24";
version = "2023-11-25";
src = fetchFromGitHub {
owner = "HiPhish";
repo = "rainbow-delimiters.nvim";
rev = "fdd507455a10c3841027c04ab33012d24d5b2c92";
sha256 = "0sxw3kfln3f0yiv7sqzph7al19ri4m92mz0cjca3470m9zmz7lnc";
rev = "c7472dc1cb02156befa7bc02033b98db4d69f0f2";
sha256 = "056ny9jk4l0maggi3m4m7kvpwfzzxx6hfw0gm2wzl4qdvag87y1l";
fetchSubmodules = false;
};
};