gleam: 0.32.2 -> 0.32.4

authored by R. Ryantm and committed by Yt e4ad9895 995b8019

+3 -3
+3 -3
pkgs/development/compilers/gleam/default.nix
··· 12 12 13 13 rustPlatform.buildRustPackage rec { 14 14 pname = "gleam"; 15 - version = "0.32.2"; 15 + version = "0.32.4"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "gleam-lang"; 19 19 repo = pname; 20 20 rev = "refs/tags/v${version}"; 21 - hash = "sha256-1FIeH4NFyYQinqzCBZ9m2Jm6f5tLJDJxVdb4D3+fQ4w="; 21 + hash = "sha256-xl75692d8h1uvh32pf+VJcXwQJwocxDaBNbfolHJKXU="; 22 22 }; 23 23 24 24 nativeBuildInputs = [ git pkg-config ]; ··· 26 26 buildInputs = [ openssl ] ++ 27 27 lib.optionals stdenv.isDarwin [ Security SystemConfiguration ]; 28 28 29 - cargoHash = "sha256-ffnDTGg+m0NUhG2BYjsXb2fWHeQmtDcBGqQDLqwZMWI="; 29 + cargoHash = "sha256-SwG7cfoDYGyBu+1qF3+ynnw9rOA6jNExRV9uOVwgO60="; 30 30 31 31 passthru.updateScript = nix-update-script { }; 32 32