[automation] Update flake
This commit is contained in:
parent
5ed8c75f0b
commit
5e1ea16c4d
2 changed files with 22 additions and 22 deletions
32
flake.lock
32
flake.lock
|
@ -237,11 +237,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1711554349,
|
"lastModified": 1711625603,
|
||||||
"narHash": "sha256-RypwcWEIFePBI0Hubfj4chanbM/G2yzJzC6wgz+dmS4=",
|
"narHash": "sha256-W+9dfqA9bqUIBV5u7jaIARAzMe3kTq/Hp2SpSVXKRQw=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "179f6acaf7c068c7870542cdae72afec9427a5b0",
|
"rev": "c0ef0dab55611c676ad7539bf4e41b3ec6fa87d2",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -280,11 +280,11 @@
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"dir": "contrib",
|
"dir": "contrib",
|
||||||
"lastModified": 1711589552,
|
"lastModified": 1711669189,
|
||||||
"narHash": "sha256-DjA8BFXG/ygJbIvhN8fELaUSlHtMLaJSpms4Ksiq8lk=",
|
"narHash": "sha256-VVRFhOKS/MmhV2u6av2e9Qzg4WE24vEmrW/JKed6tlo=",
|
||||||
"owner": "neovim",
|
"owner": "neovim",
|
||||||
"repo": "neovim",
|
"repo": "neovim",
|
||||||
"rev": "a89ce89742db600665b69e58d5e1bc3dbee9d57b",
|
"rev": "e2224a7933b6e30ab6efb0b7ad4e3f26da57c226",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -305,11 +305,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1711591314,
|
"lastModified": 1711677737,
|
||||||
"narHash": "sha256-enQUc41Q4fdfsQh2nUUq5PmUMJemUtf/LVu4cXDx/L0=",
|
"narHash": "sha256-cumfn1eNk9BT3bdfY8xbGY/gKzL8URKTWsLqbAA0RyA=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "9c6b71c596a1416f92a105ce8049f3daa23a89a2",
|
"rev": "4d6e7cfd03176e46b8d584587cef58ae3ebf066e",
|
||||||
"revCount": 760,
|
"revCount": 761,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.kempkens.io/daniel/nix-overlay"
|
"url": "https://git.kempkens.io/daniel/nix-overlay"
|
||||||
},
|
},
|
||||||
|
@ -356,11 +356,11 @@
|
||||||
},
|
},
|
||||||
"nixos-unstable": {
|
"nixos-unstable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1711572435,
|
"lastModified": 1711659517,
|
||||||
"narHash": "sha256-O90CV8yeChD44TenDStUhOqcWAJ862ghfA7/l5jUTfk=",
|
"narHash": "sha256-giUZ1zxOHKeJZOSHvKvbimOv0TheGl4M8Eu7FgPdR/o=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "38760f86d61431987e82108a6afb672e8a236bd8",
|
"rev": "867036f7c0a13a06d54efb707675e5751acf8ede",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -372,11 +372,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1711562861,
|
"lastModified": 1711655175,
|
||||||
"narHash": "sha256-ETfttWNpw5HSfC8QeGYPXkJZWnj8MPVxIVuCE3nFqKA=",
|
"narHash": "sha256-1xiaYhC3ul4y+i3eicYxeERk8ZkrNjLkrFSb/UW36Zw=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "feb8fc72187e5beae47d81fc38541fae89e7eaf8",
|
"rev": "64c81edb4b97a51c5bbc54c191763ac71a6517ee",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -117,12 +117,12 @@ in
|
||||||
};
|
};
|
||||||
nvim-treesitter = buildVimPlugin {
|
nvim-treesitter = buildVimPlugin {
|
||||||
pname = "nvim-treesitter";
|
pname = "nvim-treesitter";
|
||||||
version = "2024-03-27";
|
version = "2024-03-28";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nvim-treesitter";
|
owner = "nvim-treesitter";
|
||||||
repo = "nvim-treesitter";
|
repo = "nvim-treesitter";
|
||||||
rev = "07a404570f3d912afdfe92bbf74ff55886293369";
|
rev = "23ba63028c6acca29be6462c0a291fc4a1b9eae8";
|
||||||
sha256 = "0iz5pxg8vygnc5nvasdbvm63mb86gcwabv4jm26w7ip7rrj17dz1";
|
sha256 = "14vs8mchqaycwii29igpxp3q24gqz3g9d9rbziw06skcjpr2dp5f";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -524,12 +524,12 @@ in
|
||||||
};
|
};
|
||||||
neogit = buildVimPlugin {
|
neogit = buildVimPlugin {
|
||||||
pname = "neogit";
|
pname = "neogit";
|
||||||
version = "2024-03-27";
|
version = "2024-03-28";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "NeogitOrg";
|
owner = "NeogitOrg";
|
||||||
repo = "neogit";
|
repo = "neogit";
|
||||||
rev = "09dde52915db71280fe33f72c92e3a3576754e1c";
|
rev = "73e23120492e879cd9dfde85ad831970bf63f886";
|
||||||
sha256 = "1h5gn1jln73w7ps00bd5d1ifj9v0ys3iband7mbsvpf03fa5aizg";
|
sha256 = "0rqd2yh3xanda1b81swcgkk6fh533j6ch8q68sv9z17rr3frj4c5";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue