From adfd3fafb3ef3a4ee0259c87c83ee5ec66822126 Mon Sep 17 00:00:00 2001 From: figsoda Date: Sun, 1 Jan 2023 10:08:35 -0500 Subject: [PATCH] highlight-assertions: unstable-2022-11-24 -> 0.1.6 Diff: https://github.com/thehamsta/highlight-assertions/compare/c738a51513285ded4fc16d68afcdb77761543f92...v0.1.6 --- .../tools/misc/highlight-assertions/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/tools/misc/highlight-assertions/default.nix b/pkgs/development/tools/misc/highlight-assertions/default.nix index 8d2aabe4bf5c..c16bf863349a 100644 --- a/pkgs/development/tools/misc/highlight-assertions/default.nix +++ b/pkgs/development/tools/misc/highlight-assertions/default.nix @@ -2,16 +2,16 @@ rustPlatform.buildRustPackage rec { pname = "highlight-assertions"; - version = "unstable-2022-11-24"; + version = "0.1.6"; src = fetchFromGitHub { owner = "thehamsta"; repo = pname; - rev = "c738a51513285ded4fc16d68afcdb77761543f92"; - sha256 = "sha256-vYXr0xFwRUwSEP++834A/4M1QB14Wx+qWwB9PUtn3uA="; + rev = "v${version}"; + sha256 = "sha256-OVf8s7zuGj5//zWJIVBfHBoA6zD+l8lqVQGn2vHsvSQ="; }; - cargoSha256 = "sha256-sezjd7tmVVDoRsrsTK2zKjHmrBcAQDHyHd/dR1q1za0="; + cargoSha256 = "sha256-cS4IbFuxZCKDIAcgiKzBF/qQ6mXZb9omvMeGcU+yWpk="; # requires nightly features RUSTC_BOOTSTRAP = 1;