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

cbfmt: 0.1.4 -> 0.2.0

authored by

superherointj and committed by
GitHub
46fb7202 fef56742

+3 -3
+3 -3
pkgs/development/tools/cbfmt/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "cbfmt"; 5 - version = "0.1.4"; 5 + version = "0.2.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "lukas-reineke"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-MOvTsyfKsBSog/0SpHJO9xiIc6/hmQVN4dqqytiiCgs="; 11 + sha256 = "sha256-/ZvL1ZHXcmE1n+hHvJeSqmnI9nSHJ+zM9lLNx0VQfIE="; 12 12 }; 13 13 14 - cargoSha256 = "sha256-Vu4bcw5WSwS2MB0sPumoQDhSdjnZyzrYF8eMPeVallA="; 14 + cargoSha256 = "sha256-6oZCpjQ8t/QLFhEtF7td8KGI/kFE04pg7OELutsrJKo="; 15 15 16 16 passthru.tests.version = testers.testVersion { 17 17 package = cbfmt;