We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 567f0a3 commit fdedbbfCopy full SHA for fdedbbf
pkgs/development/compilers/tinygo/default.nix
@@ -6,13 +6,13 @@ let main = ./main.go;
6
in
7
buildGoModule rec {
8
pname = "tinygo";
9
- version = "0.13.0";
+ version = "0.13.1";
10
11
src = fetchFromGitHub {
12
owner = "tinygo-org";
13
repo = "tinygo";
14
rev = "v${version}";
15
- sha256 = "0x59j56y704m2hfkg78illgw9f6czrx265x887jfd989lnxphyqa";
+ sha256 = "0das5z5y2x1970yi9c4yssxvwrrjhdmsj495q0r5mb02amvc954v";
16
};
17
18
overrideModAttrs = (_: {
0 commit comments