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

View file

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