1
0
Fork 0

Update deps

This commit is contained in:
Daniel Kempkens 2023-06-25 21:44:22 +02:00
parent 5362e03015
commit a3d7579aee
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
3 changed files with 7 additions and 5 deletions

View file

@ -355,11 +355,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1687669787, "lastModified": 1687701825,
"narHash": "sha256-8sAwpYmQ1/bFwTMVyCFzrg7WjlNDdoStLFSY5btNRcQ=", "narHash": "sha256-aMC9hqsf+4tJL7aJWSdEUurW2TsjxtDcJBwM9Y4FIYM=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "dc2afced518559f1c962b5824599b2c99c7684e3", "rev": "07059ee2fa34f1598758839b9af87eae7f7ae6ea",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -12,6 +12,8 @@ args@{ pkgs, ... }:
../programs/bat.nix ../programs/bat.nix
../programs/btop.nix
../programs/fzf.nix ../programs/fzf.nix
../programs/jq.nix ../programs/jq.nix

View file

@ -144,8 +144,8 @@ in
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-telescope"; owner = "nvim-telescope";
repo = "telescope.nvim"; repo = "telescope.nvim";
rev = "219584a6efd32d0478dcd62b501c348bc44d9d43"; rev = "6074847b6ee4b725747c8fc540d9b6b128ac8a12";
sha256 = "0g0bidfvp93p0rs0lbzybik528rzigjx3mysnvxys5xkfqi6lxj5"; sha256 = "1glqmvk5q6k3qa55lq2a39qkqbsh7hkfqx7kssl143z76g7f1w04";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };