cbfmt: 0.1.4 -> 0.2.0

This commit is contained in:
R. Ryantm 2022-08-31 14:19:14 +00:00
parent 4415574d23
commit b598372fd4

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;