diff --git a/pkgs/tools/misc/bootspec/default.nix b/pkgs/tools/misc/bootspec/default.nix index 789f438de50e..931770dd729c 100644 --- a/pkgs/tools/misc/bootspec/default.nix +++ b/pkgs/tools/misc/bootspec/default.nix @@ -4,16 +4,16 @@ }: rustPlatform.buildRustPackage rec { pname = "bootspec"; - version = "unstable-2022-12-05"; + version = "0.1.0"; src = fetchFromGitHub { owner = "DeterminateSystems"; repo = pname; - rev = "67a617ab6b99211daa92e748d27ead3f78127cf8"; - hash = "sha256-GX6Tzs/ClTUV9OXLvPFw6uBhrpCWSMI+PfrViyFEIxs="; + rev = "v${version}"; + hash = "sha256-Gf6cIFympRIZo6vzQIX3sQ3ycLlmkDRXtEd2IYH7LQo="; }; - cargoHash = "sha256-N/hbfjsuvwCc0mxOpeVVcTxb5cA024lyLSEpVcrS7kA="; + cargoHash = "sha256-8qm9aUvH1EbZ5Jmtw+86KdNyLbYJ7BVExTyyexirTyw="; meta = with lib; { description = "Implementation of RFC-0125's datatype and synthesis tooling";