bob-nvim: 4.1.6 -> 4.1.7

This commit is contained in:
R. Ryantm
2026-04-27 20:09:26 +00:00
parent 236a310490
commit 7da13f8795
+3 -3
View File
@@ -8,18 +8,18 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "bob";
version = "4.1.6";
version = "4.1.7";
src = fetchFromGitHub {
owner = "MordechaiHadad";
repo = "bob";
tag = "v${finalAttrs.version}";
hash = "sha256-XI/oNGKLXQ/fpB6MojhTsEgmmPH1pHECD5oZgc1r4rQ=";
hash = "sha256-2TrmLN9VPjueRRL7kcnfH+eBpEdAOAKGP8N9KZE8bH0=";
};
nativeBuildInputs = [ installShellFiles ];
cargoHash = "sha256-YSZcYTGnMnN/srh8Z15toq+GIyRKfFd+pGkFQl5gCuo=";
cargoHash = "sha256-Akn0p8NBZV3M+pM91W01GIX9mF8nL7dt/kk0ufES8T0=";
doCheck = false;