1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-05-26 04:02:34 +00:00
parent c265b5d649
commit b0b8a45257
2 changed files with 19 additions and 19 deletions

View file

@ -201,11 +201,11 @@
]
},
"locked": {
"lastModified": 1716457508,
"narHash": "sha256-ZxzffLuWRyuMrkVVq7wastNUqeO0HJL9xqfY1QsYaqo=",
"lastModified": 1716679503,
"narHash": "sha256-aX8AEWHLwuiYX8OCpTnHGrQeei1Gb+AGbk1hq+RIClg=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "850cb322046ef1a268449cf1ceda5fd24d930b05",
"rev": "e4611630c3cc8ed618b48d92f6291f65be9f7913",
"type": "github"
},
"original": {
@ -244,11 +244,11 @@
]
},
"locked": {
"lastModified": 1716602475,
"narHash": "sha256-okb8JCXGCV60+SoZoI5AkEOCt3GwwYeYokW75ep2jjQ=",
"lastModified": 1716688869,
"narHash": "sha256-xNaIARLTO38kwBBbclOlsWgC28+ciEA7gr0qZBIlIps=",
"ref": "refs/heads/master",
"rev": "fba16570cedde0737b7d0e1300d41e51a805e3bf",
"revCount": 828,
"rev": "4755abc35c8673587e11dce2ed0b2507b824e51a",
"revCount": 829,
"type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay"
},
@ -295,11 +295,11 @@
},
"nixos-unstable": {
"locked": {
"lastModified": 1716570807,
"narHash": "sha256-fibf857WvFF7351TCZQ8ANsDmPxYHVEg7Db84TOc9bg=",
"lastModified": 1716660083,
"narHash": "sha256-QO7cdjtDhx72KEw6m0NOtuE5FS4asaRExZ65uFR/q8g=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "6f5ca623566f0b6e443c12e9668a13fa506322e5",
"rev": "6de51d98ec2ae46730f11845e221aab9d2470a8a",
"type": "github"
},
"original": {
@ -311,11 +311,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1716451822,
"narHash": "sha256-0lT5RVelqN+dgXWWneXvV5ufSksW0r0TDQi8O6U2+o8=",
"lastModified": 1716651315,
"narHash": "sha256-iMgzIeedMqf30TXZ439zW3Yvng1Xm9QTGO+ZwG1IWSw=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "3305b2b25e4ae4baee872346eae133cf6f611783",
"rev": "c5187508b11177ef4278edf19616f44f21cc8c69",
"type": "github"
},
"original": {

View file

@ -117,12 +117,12 @@ in
};
nvim-treesitter = buildVimPlugin {
pname = "nvim-treesitter";
version = "2024-05-24";
version = "2024-05-25";
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "6d56c5f404d3b116bab167bc03993cfb0a83f8aa";
sha256 = "0c2dhvm4mhkzjdqmh5f91ikvbrrvnvgccb08aalj0z9pp68d01xv";
rev = "488e39a8f1fcb7935deaaf1852e3d6c28ca253d0";
sha256 = "013n67pjz4hv49hzc505fpmdbdaxj954m05a0vq1aiakl85hwcpj";
fetchSubmodules = false;
};
};
@ -491,12 +491,12 @@ in
};
neogit = buildVimPlugin {
pname = "neogit";
version = "2024-05-24";
version = "2024-05-25";
src = fetchFromGitHub {
owner = "NeogitOrg";
repo = "neogit";
rev = "69e0f1264f583dbe85a6bcd63c5ec9cb29f94571";
sha256 = "1rbic1jsnc0lw2fwkivc40fhf7yl7siy7yb0pai3prf5xpibvrbg";
rev = "70ad95be902ee69b56410a5cfc690dd03104edb3";
sha256 = "0b2z8kr588vgl88f6pw2ycgz4434m5bjfc9zbs7wl9494gfzfil6";
fetchSubmodules = false;
};
};