Merge pull request #88233 from r-ryantm/auto-update/tinygo

tinygo: 0.13.0 -> 0.13.1
This commit is contained in:
Mario Rodas 2020-05-20 06:19:55 -05:00 committed by GitHub
commit 4ce8a3370a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@ let main = ./main.go;
in
buildGoModule rec {
pname = "tinygo";
version = "0.13.0";
version = "0.13.1";
src = fetchFromGitHub {
owner = "tinygo-org";
repo = "tinygo";
rev = "v${version}";
sha256 = "0x59j56y704m2hfkg78illgw9f6czrx265x887jfd989lnxphyqa";
sha256 = "0das5z5y2x1970yi9c4yssxvwrrjhdmsj495q0r5mb02amvc954v";
};
overrideModAttrs = (_: {