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

Commits on Apr 17, 2020

  1. Copy the full SHA
    95847e6 View commit details

Commits on Apr 18, 2020

  1. Merge pull request #85467 from zowoq/yq

    yq-go: 3.2.1 -> 3.3.0
    nlewo authored Apr 18, 2020
    Copy the full SHA
    b8cd08a View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/tools/yq-go/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/tools/yq-go/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

buildGoModule rec {
pname = "yq-go";
version = "3.2.1";
version = "3.3.0";

src = fetchFromGitHub {
owner = "mikefarah";
rev = version;
repo = "yq";
sha256 = "1n20m1zizbkgzag4676fvf16h6f8vll6pniblj7haqdwvnza8zwd";
sha256 = "1jll5nmskvs61031h3sizhv3scv8znrr9apyc4qlxcp4jiv7xpmp";
};

modSha256 = "0hbazc6hf3zrni25lpbyi36sbxyabbrpi591gkqwxgr9hdbdpcg9";
modSha256 = "1m7sha6kwis1a00il1iigb9lxxh5m2myj9ps20s816m0b9bhd43v";

meta = with lib; {
description = "Portable command-line YAML processor";