tinygo: 0.33.0 -> 0.34.0

This commit is contained in:
R. Ryantm 2024-10-26 17:21:07 +00:00
parent a48eed919a
commit aa32303382

View File

@ -28,13 +28,13 @@ in
buildGoModule rec {
pname = "tinygo";
version = "0.33.0";
version = "0.34.0";
src = fetchFromGitHub {
owner = "tinygo-org";
repo = "tinygo";
rev = "v${version}";
hash = "sha256-YqjMk7EF/fyOhsMLcG56FGHfOZSdaFhUbiiHk+SXajY=";
hash = "sha256-jntixwHGg9buWQuu9I47DHUxK1xJbDRHxRMEwKoOhHo=";
fetchSubmodules = true;
# The public hydra server on `hydra.nixos.org` is configured with
# `max_output_size` of 3GB. The purpose of this `postFetch` step
@ -45,7 +45,7 @@ buildGoModule rec {
'';
};
vendorHash = "sha256-cTqrvh0w3KQg3P1lCfAez0kqAMBJHQbqS3sx8uqGvEs=";
vendorHash = "sha256-aY1gX++Dc5/G6VFXnP7sBdekk2IKHlenOC0erlB/Quw=";
patches = [
./0001-GNUmakefile.patch