Merge pull request #186576 from r-ryantm/auto-update/bukubrow

bukubrow: 5.0.0 -> 5.4.0
This commit is contained in:
Jonas Heinrich 2022-08-16 18:39:03 +02:00 committed by GitHub
commit 83e2a08fa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,16 +9,16 @@ manifest = {
in rustPlatform.buildRustPackage rec {
pname = "bukubrow-host";
version = "5.0.0";
version = "5.4.0";
src = fetchFromGitHub {
owner = "SamHH";
repo = pname;
rev = "v${version}";
sha256 = "1a3gqxj6d1shv3w0v9m8x2xr0bvcynchy778yqalxkc3x4vr0nbn";
sha256 = "sha256-xz5Agsm+ATQXXgpPGN4EQ00i1t8qUlrviNHauVdCu4U=";
};
cargoSha256 = "0z6i9wzz5gy9rs8cxfmwg4mpfajv0xvj4nn6jfl7f1rw6k457jc9";
cargoSha256 = "sha256-mH76ODPKlKDEK9ckThPnL5Ar7p1l1gNd7zXfesLZlBM=";
buildInputs = [ sqlite ];