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: 3c5add99f679
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1e1182664397
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 26, 2020

  1. tinygo: 0.10.0 -> 0.11.0

    r-ryantm committed Jan 26, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    kalbasit Wael Nasreddine
    Copy the full SHA
    58c74d1 View commit details
  2. Merge pull request #78537 from r-ryantm/auto-update/tinygo

    tinygo: 0.10.0 -> 0.11.0
    marsam authored Jan 26, 2020
    Copy the full SHA
    1e11826 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
@@ -3,13 +3,13 @@

buildGoModule rec {
pname = "tinygo";
version = "0.10.0";
version = "0.11.0";

src = fetchFromGitHub {
owner = "tinygo-org";
repo = "tinygo";
rev = "v${version}";
sha256 = "03di8500dqk25giiajglcdf2gbc0jidsn8qsw2sxmkmnd1np7gyd";
sha256 = "0cmg8x9hpvzlxp6hiy9hkh9nn7ig7b0x6k8a2c3bw19pfx9lxksf";
};

modSha256 = "0r3lfi1bj550sf3b7ysz62c2c33f8zfli8208xixj3jadycb6r3z";