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

Commits on Nov 18, 2020

  1. dasel: 1.5.1 -> 1.6.1

    0x4A6F authored and zowoq committed Nov 18, 2020
    Copy the full SHA
    033ced8 View commit details
  2. dasel: 1.6.1 -> 1.6.2

    0x4A6F authored and zowoq committed Nov 18, 2020
    Copy the full SHA
    d0b5ba2 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/misc/dasel/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/misc/dasel/default.nix
Original file line number Diff line number Diff line change
@@ -5,13 +5,13 @@

buildGoModule rec {
pname = "dasel";
version = "1.5.1";
version = "1.6.2";

src = fetchFromGitHub {
owner = "TomWright";
repo = pname;
rev = "v${version}";
sha256 = "14xh5fjh0ngf8rmhqgfxmz25yz7far3sf8yza9iprs7y7ad61qz9";
sha256 = "sha256-LGrFs9JNb0gjXg6IRkUfUOWS+sr1nukzOEWK4XUfkfw=";
};

vendorSha256 = "1552k85z4s6gv7sss7dccv3h8x22j2sr12icp6s7s0a3i4iwyksw";