Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b0fee89f7d10
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4ce8a3370a92
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 20, 2020

  1. tinygo: 0.13.0 -> 0.13.1

    r-ryantm committed May 20, 2020
    Copy the full SHA
    fdedbbf View commit details
  2. Merge pull request #88233 from r-ryantm/auto-update/tinygo

    tinygo: 0.13.0 -> 0.13.1
    marsam authored May 20, 2020
    Copy the full SHA
    4ce8a33 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/compilers/tinygo/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/compilers/tinygo/default.nix
Original file line number Diff line number Diff line change
@@ -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 = (_: {