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

Commits on Jan 2, 2021

  1. dasel: 1.11.0 -> 1.12.0

    Added
    - Add -c, --compact flag to remove pretty-print formatting from JSON output.
    - Defined storage.IndentOption(indent string) ReadWriteOption.
    - Defined storage.PrettyPrintOption(enabled bool) ReadWriteOption.
    
    Changed
    - Changed storage.Parser funcs to allow the passing of ...ReadWriteOption.
    0x4A6F committed Jan 2, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    bagder Daniel Stenberg
    Copy the full SHA
    a500ff1 View commit details

Commits on Jan 3, 2021

  1. Merge pull request #108229 from 0x4A6F/master-dasel

    dasel: 1.11.0 -> 1.12.0
    symphorien authored Jan 3, 2021
    Copy the full SHA
    dfd8024 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/misc/dasel/default.nix
6 changes: 3 additions & 3 deletions pkgs/applications/misc/dasel/default.nix
Original file line number Diff line number Diff line change
@@ -5,16 +5,16 @@

buildGoModule rec {
pname = "dasel";
version = "1.11.0";
version = "1.12.0";

src = fetchFromGitHub {
owner = "TomWright";
repo = pname;
rev = "v${version}";
sha256 = "1xyh41vb2rypajjzbysw6k8x39bna8j3fmxcqyjcrqs0dzx78nk3";
sha256 = "69igz0Q7pT0f6PsbZWHcwUiTKRTTzj7r5E6E5ExUoJo=";
};

vendorSha256 = "1il1vnv0v97qh8f47md5i6qaac2k8par0pd0z7zqg67vxq6gim85";
vendorSha256 = "BdX4DO77mIf/+aBdkNVFUzClsIml1UMcgvikDbbdgcY=";

buildFlagsArray = ''
-ldflags=-s -w -X github.com/tomwright/dasel/internal.Version=${version}