Merge pull request #220851 from figsoda/highlight-assertions

highlight-assertions: 0.1.6 -> 0.1.7
This commit is contained in:
Weijia Wang 2023-03-12 22:26:51 +02:00 committed by GitHub
commit 51415e67f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "highlight-assertions";
version = "0.1.6";
version = "0.1.7";
src = fetchFromGitHub {
owner = "thehamsta";
repo = pname;
rev = "v${version}";
sha256 = "sha256-OVf8s7zuGj5//zWJIVBfHBoA6zD+l8lqVQGn2vHsvSQ=";
sha256 = "sha256-7r8tBJ6JFGUGUsTivzlO23hHiXISajjn2WF12mmbmMg=";
};
cargoSha256 = "sha256-cS4IbFuxZCKDIAcgiKzBF/qQ6mXZb9omvMeGcU+yWpk=";
cargoSha256 = "sha256-E2TNwCry7JOWy50+iLM9d+Tx4lIO6hkBtaHVLV8bDuo=";
# requires nightly features
RUSTC_BOOTSTRAP = 1;