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

Commits on Nov 10, 2020

  1. act: 0.2.16 -> 0.2.17

    r-ryantm committed Nov 10, 2020

    Unverified

    The signing certificate or its chain could not be verified.
    Copy the full SHA
    8a9d29c View commit details

Commits on Nov 11, 2020

  1. Merge pull request #103341 from r-ryantm/auto-update/act

    act: 0.2.16 -> 0.2.17
    marsam authored Nov 11, 2020
    Copy the full SHA
    78c2e29 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/misc/act/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/misc/act/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

buildGoModule rec {
pname = "act";
version = "0.2.16";
version = "0.2.17";

src = fetchFromGitHub {
owner = "nektos";
repo = pname;
rev = "v${version}";
sha256 = "0zhn6av1adphkk9g13m5na63r8fqcjw8wibcja9v9mbw886zcc3p";
sha256 = "0s7bgm2q7z9xpaj6kfvg63v12k35ckaxwmh6bbjh15xibaw58183";
};

vendorSha256 = "0bcrw3hf92m7n58lrlm0vj1wiwwy82q2rl1a725q3d6xwvi5kh9h";