1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2023-12-18 04:04:23 +00:00
parent 5acdfb9138
commit e5a7e200bc
2 changed files with 14 additions and 14 deletions

View file

@ -87,11 +87,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1702569759, "lastModified": 1702862583,
"narHash": "sha256-Ze3AdEEsVZBRJ4wn13EZpV1Uubkzi59TkC4j2G9xoFI=", "narHash": "sha256-WXsUhQxFBkivItTteAeQ7j7kRdL7zFU4NOmdZ8KLHuc=",
"owner": "nix-community", "owner": "nix-community",
"repo": "disko", "repo": "disko",
"rev": "98ab91109716871f50ea8cb0e0ac7cc1e1e14714", "rev": "e74526b33421a52ce06b2ccadbe670d25012eb01",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -287,11 +287,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1702769013, "lastModified": 1702861559,
"narHash": "sha256-Kaq//79n61r4e2p5N7g0MDDdUUPOj5+NnUhtLC0k23s=", "narHash": "sha256-bYSS/Qjwn83dUvYVlx+BOv2qllyNcodwzfr/+dDdXhQ=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "8f08b1efbd096850c04c2e8e2890d993bd4d9f95", "rev": "6abdc1ac1f904173d01efcf440d1460c001bc299",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -312,11 +312,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1702778509, "lastModified": 1702864930,
"narHash": "sha256-6gom3glNE+ZO6RKonyjm0z+cw7c4/veIPYa0ZsX/Kzs=", "narHash": "sha256-34ZWpNjz5AG8pFa1Kd8SsjWxm0ICGyDXkemGdtZ4EA8=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "f2cff96fbabc9e0a4453f3546c32cbc63817bc6d", "rev": "93cbeeee7a5e3aab59e207366c636e179ef681a0",
"revCount": 634, "revCount": 635,
"type": "git", "type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay" "url": "https://git.kempkens.io/daniel/nix-overlay"
}, },

View file

@ -128,12 +128,12 @@ in
}; };
vim-just = buildVimPlugin { vim-just = buildVimPlugin {
pname = "vim-just"; pname = "vim-just";
version = "2023-12-13"; version = "2023-12-17";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "NoahTheDuke"; owner = "NoahTheDuke";
repo = "vim-just"; repo = "vim-just";
rev = "db122b74305993402150e18fad9568a5a0b542e8"; rev = "e2e42ae765f53569efb7178a7bbb9a6977d269e2";
sha256 = "0d1m1nda6r8wpbywl27xg3dwjfxnxy1vwiq9pp3m77d9blcnwgwf"; sha256 = "0a930prjv6b09qkn2zwmn5bxs73sad48v3mr8g9b7f0i4528iklz";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -428,7 +428,7 @@ in
}; };
vim-matchup = buildVimPlugin { vim-matchup = buildVimPlugin {
pname = "vim-matchup"; pname = "vim-matchup";
version = "2023-11-25"; version = "2023-11-24";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "andymass"; owner = "andymass";
repo = "vim-matchup"; repo = "vim-matchup";