1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-09-14 04:01:50 +00:00
parent 523a9e1d75
commit 77e67e7f00
2 changed files with 19 additions and 19 deletions

View file

@ -378,11 +378,11 @@
]
},
"locked": {
"lastModified": 1726142087,
"narHash": "sha256-uT4TRd3PgreUD5sJaNioVfMemdyWFLoPHqN4AFszGmw=",
"lastModified": 1726222338,
"narHash": "sha256-KuA8ciNR8qCF3dQaCaeh0JWyQUgEwkwDHr/f49Q5/e8=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "da8406a6ff556b86dc368e96ca8bd81b2704a91a",
"rev": "503af483e1b328691ea3a434d331995595fb2e3d",
"type": "github"
},
"original": {
@ -502,11 +502,11 @@
"poetry2nix": "poetry2nix"
},
"locked": {
"lastModified": 1726192880,
"narHash": "sha256-NnY5w4RbT2Tx1DhfNlRt2QCTM1nBQZdOocG65AZI5VE=",
"lastModified": 1726279281,
"narHash": "sha256-ThG0Xfjb7vjZ/VqRKUqRgQC5D4lUoPjaeQyMO+hjgnc=",
"ref": "refs/heads/master",
"rev": "4fa7cb7f7fee0d457392649a7267a53e5038cb8f",
"revCount": 959,
"rev": "8ae0c0ac592bca7c9abba7028b68c58a3ced2223",
"revCount": 960,
"type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay"
},
@ -575,11 +575,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1726167369,
"narHash": "sha256-HESGBMdDP5NweNsfCmifXsmYg66EPRseEriIU9vbkog=",
"lastModified": 1726220054,
"narHash": "sha256-Q3V+VtbSMlD2GNmW8xqN/6hz56gE1EekKpHTyO9hiT4=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "c7b929cfd422f37173be14f0787decb6b06aa34c",
"rev": "537289eed405d1f7653cf02bff9186dfa3f9b344",
"type": "github"
},
"original": {
@ -645,11 +645,11 @@
"treefmt-nix": "treefmt-nix"
},
"locked": {
"lastModified": 1725532428,
"narHash": "sha256-dCfawQDwpukcwQw++Cn/3LIh/RZMmH+k3fm91Oc5Pf0=",
"lastModified": 1726275961,
"narHash": "sha256-QMdPMN+I9pwuE7/9d5Dane0VwGxtoTVNWIp3TMSIrgI=",
"owner": "nix-community",
"repo": "poetry2nix",
"rev": "a313fd7169ae43ecd1a2ea2f1e4899fe3edba4d2",
"rev": "9a04664289506c27ddbf098d98ce520155af574c",
"type": "github"
},
"original": {

View file

@ -117,12 +117,12 @@ in
};
nvim-treesitter = buildVimPlugin {
pname = "nvim-treesitter";
version = "2024-09-12";
version = "2024-09-13";
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "4af16a10b7f1e79275f712a1c6dcf725d301a303";
sha256 = "1xh30ggf7dpp2xj0h5115qr427rv6iwq6kp7z1bj01cs7iqlp4wd";
rev = "e0338f2b74fbad808f2569c7d4eadd8796af2118";
sha256 = "0x0ivrzh5sz533fzlr6yb72kihkd09v7jdznv7yqap9439pb965x";
fetchSubmodules = false;
};
};
@ -205,12 +205,12 @@ in
};
schemastore-nvim = buildVimPlugin {
pname = "schemastore.nvim";
version = "2024-09-11";
version = "2024-09-13";
src = fetchFromGitHub {
owner = "b0o";
repo = "schemastore.nvim";
rev = "76cd2aeb3080d575617dd88da887cfa9d8c66014";
sha256 = "0n4nvcybkc8gksvqwqnxxzq5q7xz80bxl2cff0dfy2alp49rdvs6";
rev = "bfe74baf72ca8964a211286fed864f30c672f19b";
sha256 = "1578naydsb0b3jcpx8v39f9iqpna6ykdqdk4pmzbpqh40aahqc47";
fetchSubmodules = false;
};
};