Update deps
This commit is contained in:
parent
087fac9ab3
commit
57e4720771
2 changed files with 6 additions and 6 deletions
|
@ -315,11 +315,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1685677062,
|
||||
"narHash": "sha256-zoHF7+HNwNwne2XEomphbdc4Y8tdWT16EUxUTXpOKpQ=",
|
||||
"lastModified": 1685714850,
|
||||
"narHash": "sha256-OcvbIJq4CGwwFr9m7M/SQcDPZ64hhR4t77oZgEeh7ZY=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "95be94370d09f97f6af6a1df1eb9649b5260724e",
|
||||
"rev": "c6ffce3d5df7b4c588ce80a0c6e2d2348a611707",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -209,12 +209,12 @@ in
|
|||
};
|
||||
telescope-undo-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "telescope-undo.nvim";
|
||||
version = "2023-03-26";
|
||||
version = "2023-06-03";
|
||||
src = fetchFromGitHub {
|
||||
owner = "debugloop";
|
||||
repo = "telescope-undo.nvim";
|
||||
rev = "231b5ebb4328d2768c830c9a8d1b9c696116848d";
|
||||
sha256 = "1qvn1yamhv6gvbxgmin1yi3rqnmx1611gslrddhsfjkzc246pyzz";
|
||||
rev = "3dec002ea3e7952071d26fbb5d01e2038a58a554";
|
||||
sha256 = "1331qgsfxy1qsvxlkss2g713qlj2ri02ywbhiwwy5cyl8bc0rl76";
|
||||
fetchSubmodules = false;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue