gleam: 1.9.1 -> 1.10.0 (#396384)

This commit is contained in:
Adam C. Stephens
2025-04-14 12:19:45 -04:00
committed by GitHub
+3 -3
View File
@@ -17,13 +17,13 @@
rustPlatform.buildRustPackage rec {
pname = "gleam";
version = "1.9.1";
version = "1.10.0";
src = fetchFromGitHub {
owner = "gleam-lang";
repo = pname;
tag = "v${version}";
hash = "sha256-6vYVUdQST49TNctO9Y/XrRFyJ6hXng85SsO+4JBn1GA=";
hash = "sha256-0qK9dWkKnoXbIIBMN3p5noPEke/bgC8Bjtmf6lwtyr4=";
};
nativeBuildInputs = [
@@ -45,7 +45,7 @@ rustPlatform.buildRustPackage rec {
];
useFetchCargoVendor = true;
cargoHash = "sha256-arVtNxcYDVKRTGe9won6zb30wCxMD6MtsGs25UmOPjM=";
cargoHash = "sha256-EoRu8p6cUe1li54nVUkf+3qywIsDXh4ptIVLluJ3eFs=";
checkFlags = [
# Makes a network request