Merge pull request #189118 from r-ryantm/auto-update/cbfmt

cbfmt: 0.1.4 -> 0.2.0
This commit is contained in:
superherointj 2022-08-31 12:46:12 -03:00 committed by GitHub
commit 46fb720254
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "cbfmt";
version = "0.1.4";
version = "0.2.0";
src = fetchFromGitHub {
owner = "lukas-reineke";
repo = pname;
rev = "v${version}";
sha256 = "sha256-MOvTsyfKsBSog/0SpHJO9xiIc6/hmQVN4dqqytiiCgs=";
sha256 = "sha256-/ZvL1ZHXcmE1n+hHvJeSqmnI9nSHJ+zM9lLNx0VQfIE=";
};
cargoSha256 = "sha256-Vu4bcw5WSwS2MB0sPumoQDhSdjnZyzrYF8eMPeVallA=";
cargoSha256 = "sha256-6oZCpjQ8t/QLFhEtF7td8KGI/kFE04pg7OELutsrJKo=";
passthru.tests.version = testers.testVersion {
package = cbfmt;