1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-01-21 04:03:19 +00:00
parent 40be012ceb
commit 0b46b9f1b0
2 changed files with 19 additions and 19 deletions

View file

@ -236,11 +236,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1705708511, "lastModified": 1705794055,
"narHash": "sha256-3f4BkRY70Fj7yvuo87c4QQPAjnt571g2wJ50jY7hnYc=", "narHash": "sha256-mv/KrxEAZNhpPJcDqdQ709If9p2DTEYIDPo2r9xchlg=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "ce4b88c465d928f4f8b75d0920f1788d5b65ca94", "rev": "9b378afae72cb07471e19aefc30e8e05ef2d7a61",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -305,11 +305,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1705788789, "lastModified": 1705802526,
"narHash": "sha256-yPNoTRPi5w69vgnZGa3IPErDUuGzaHIn8wBPmgcIbqA=", "narHash": "sha256-x3KACnlPZMRZaTM5MNIzFvbqvzMmkL5TXr14SG1cUKM=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "8a346a1db4636f53b472f8df3b79137f554b6066", "rev": "566e2f9de3f874473ac4d0cb6f76387c8df6c39e",
"revCount": 676, "revCount": 677,
"type": "git", "type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay" "url": "https://git.kempkens.io/daniel/nix-overlay"
}, },
@ -325,11 +325,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1705452289, "lastModified": 1705796049,
"narHash": "sha256-i/WodLabBcmRr9hdSv5jzDigL1hRYuI8vNh+xTbGt+g=", "narHash": "sha256-zkqbujNu3ixEar79QJTpJeOG5MYse1uJdcjl9f96uBg=",
"owner": "lnl7", "owner": "lnl7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "74ab0227ee495e526f2dd57ea684b34f6396445a", "rev": "3ac7acd32db4f7111015e8d5349ff6067df01bf6",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -356,11 +356,11 @@
}, },
"nixos-unstable": { "nixos-unstable": {
"locked": { "locked": {
"lastModified": 1705649265, "lastModified": 1705692095,
"narHash": "sha256-px9fZZexVjqlQeo5vhICRa7rs4xxlNqOB+Cow/aD4lo=", "narHash": "sha256-iJazHf0FQjuIplTEvDHMkByxQD1kyCp4Cm78krkf3N8=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "0799f514b1cd74878174939df79ac60ca5036673", "rev": "b4ee3c3cc4b63315702e09858f6b517bdd249b3f",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -172,12 +172,12 @@ in
}; };
telescope-nvim = buildVimPlugin { telescope-nvim = buildVimPlugin {
pname = "telescope.nvim"; pname = "telescope.nvim";
version = "2024-01-20"; version = "2024-01-21";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-telescope"; owner = "nvim-telescope";
repo = "telescope.nvim"; repo = "telescope.nvim";
rev = "24778fd72fcf39a0b1a6f7c6f4c4e01fef6359a2"; rev = "0902bb39ebaf76e655addc65130eb79b29abe6d2";
sha256 = "0n4y17syw7zg7qmyvpvv88955cj1k4i4bqgsgyjk5h8bdmdhwl9a"; sha256 = "0x21d4433ffxhy1iqjlv2pzz7gn34f621mp527var3bw1h6n6wl8";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -403,12 +403,12 @@ in
}; };
nvim-autopairs = buildVimPlugin { nvim-autopairs = buildVimPlugin {
pname = "nvim-autopairs"; pname = "nvim-autopairs";
version = "2023-12-20"; version = "2024-01-21";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "windwp"; owner = "windwp";
repo = "nvim-autopairs"; repo = "nvim-autopairs";
rev = "9fd41181693dd4106b3e414a822bb6569924de81"; rev = "eac31b4797ce4fa9dd546f7b98ec32305527b19e";
sha256 = "1xwvw5j81rx7q5jmv14fnphxsjk9anzglf10j8ai8217gc9h530z"; sha256 = "1ha2cqjvzphhib3s2grcr019b8aix6vlccfwwi8yh2ysrrj4qgnk";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };