glas: 0.2.2 -> 0.2.3

This commit is contained in:
Payas Relekar 2024-04-04 13:05:53 +05:30
parent e52ada4e6b
commit a0bc9c3935

View file

@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "glas"; pname = "glas";
version = "0.2.2"; version = "0.2.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "maurobalbi"; owner = "maurobalbi";
repo = "glas"; repo = "glas";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-y1sPDCHIfECEhKP6EQs3kDrX/yM+ni0irfPe1c50jJU="; sha256 = "sha256-jMpFxzosaCedwsJ8URlR3Gd/mnlgSBEfA3oIymmEPFU=";
}; };
cargoHash = "sha256-h27NqsVOW+LM83xtSAV7cvlRbznGE87aJb2/WeSmfOY="; cargoHash = "sha256-zESRtefoObpUsu4RfTsqJAyBNylouXffpNK3W/X+w9M=";
doInstallCheck = true; doInstallCheck = true;
postInstallCheck = '' postInstallCheck = ''