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

Commits on Nov 11, 2020

  1. humioctl: 0.27.0 -> 0.28.1

    r-ryantm committed Nov 11, 2020
    Copy the full SHA
    ef13cb6 View commit details
  2. Merge pull request #103425 from r-ryantm/auto-update/humioctl

    humioctl: 0.27.0 -> 0.28.1
    marsam authored Nov 11, 2020
    Copy the full SHA
    12da7be View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/logging/humioctl/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/logging/humioctl/default.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{ buildGoModule, fetchFromGitHub, installShellFiles, stdenv }:

let
humioCtlVersion = "0.27.0";
sha256 = "1h65g10dxcaw4wk0gyyyqj9f94xlphj30lp9w6rsfrk4pi3irzr4";
humioCtlVersion = "0.28.1";
sha256 = "0vy07nzafqhc14i179sfrzb795yh4pcyjj3py9fwq0nwnmxndby4";
vendorSha256 = "0anvah2rpqvxgmdrdj73k3vbf8073nmsl3aykgvb1nraf3gz3bpk";
in buildGoModule {
name = "humioctl-${humioCtlVersion}";