gleam: 1.9.1 -> 1.10.0 (#396384)

authored by Adam C. Stephens and committed by GitHub a660d955 02d28cfd

+3 -3
+3 -3
pkgs/development/compilers/gleam/default.nix
··· 17 17 18 18 rustPlatform.buildRustPackage rec { 19 19 pname = "gleam"; 20 - version = "1.9.1"; 20 + version = "1.10.0"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "gleam-lang"; 24 24 repo = pname; 25 25 tag = "v${version}"; 26 - hash = "sha256-6vYVUdQST49TNctO9Y/XrRFyJ6hXng85SsO+4JBn1GA="; 26 + hash = "sha256-0qK9dWkKnoXbIIBMN3p5noPEke/bgC8Bjtmf6lwtyr4="; 27 27 }; 28 28 29 29 nativeBuildInputs = [ ··· 45 45 ]; 46 46 47 47 useFetchCargoVendor = true; 48 - cargoHash = "sha256-arVtNxcYDVKRTGe9won6zb30wCxMD6MtsGs25UmOPjM="; 48 + cargoHash = "sha256-EoRu8p6cUe1li54nVUkf+3qywIsDXh4ptIVLluJ3eFs="; 49 49 50 50 checkFlags = [ 51 51 # Makes a network request