feat(nix/pkgs): update bob-nvim

This commit is contained in:
Price Hiller 2024-08-22 12:47:58 -05:00
parent 5f173b8a2d
commit 58c9670eb0
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -2,13 +2,13 @@
rustPlatform.buildRustPackage rec {
pname = "bob";
version = "2.9.1";
version = "3.0.1";
src = fetchFromGitHub {
owner = "MordechaiHadad";
repo = "bob";
rev = "v${version}";
hash = "sha256-jVRxvhUENyucRHN4TGV9xsWOs7mfPJCV90Lk/hD1xFE=";
hash = "sha256-Op/NXWssylgAOb1BccSOz7JqXFranzAsGICFMF3o/K8=";
};
cargoLock.lockFile = "${src}/Cargo.lock";
}