Skip to content

Commit fdedbbf

Browse files
committed
tinygo: 0.13.0 -> 0.13.1
1 parent 567f0a3 commit fdedbbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/compilers/tinygo/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ let main = ./main.go;
66
in
77
buildGoModule rec {
88
pname = "tinygo";
9-
version = "0.13.0";
9+
version = "0.13.1";
1010

1111
src = fetchFromGitHub {
1212
owner = "tinygo-org";
1313
repo = "tinygo";
1414
rev = "v${version}";
15-
sha256 = "0x59j56y704m2hfkg78illgw9f6czrx265x887jfd989lnxphyqa";
15+
sha256 = "0das5z5y2x1970yi9c4yssxvwrrjhdmsj495q0r5mb02amvc954v";
1616
};
1717

1818
overrideModAttrs = (_: {

0 commit comments

Comments
 (0)