Merge pull request #301467 from bhankas/glas

glas: 0.2.2 -> 0.2.3

authored by Mario Rodas and committed by GitHub f92f1ec9 4de2836e

+3 -3
+3 -3
pkgs/by-name/gl/glas/package.nix
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "glas"; 9 - version = "0.2.2"; 10 11 src = fetchFromGitHub { 12 owner = "maurobalbi"; 13 repo = "glas"; 14 rev = "v${version}"; 15 - sha256 = "sha256-y1sPDCHIfECEhKP6EQs3kDrX/yM+ni0irfPe1c50jJU="; 16 }; 17 18 - cargoHash = "sha256-h27NqsVOW+LM83xtSAV7cvlRbznGE87aJb2/WeSmfOY="; 19 20 doInstallCheck = true; 21 postInstallCheck = ''
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "glas"; 9 + version = "0.2.3"; 10 11 src = fetchFromGitHub { 12 owner = "maurobalbi"; 13 repo = "glas"; 14 rev = "v${version}"; 15 + sha256 = "sha256-jMpFxzosaCedwsJ8URlR3Gd/mnlgSBEfA3oIymmEPFU="; 16 }; 17 18 + cargoHash = "sha256-zESRtefoObpUsu4RfTsqJAyBNylouXffpNK3W/X+w9M="; 19 20 doInstallCheck = true; 21 postInstallCheck = ''