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

Commits on May 6, 2017

  1. graylog: 2.2.2 -> 2.2.3

    fadenb committed May 6, 2017
    Copy the full SHA
    450a057 View commit details
  2. Merge pull request #25554 from mayflower/graylog_2.2.3

    graylog: 2.2.2 -> 2.2.3
    joachifm authored May 6, 2017
    Copy the full SHA
    2f826ef View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/misc/graylog/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/misc/graylog/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ stdenv, fetchurl }:

stdenv.mkDerivation rec {
version = "2.2.2";
version = "2.2.3";
name = "graylog-${version}";

src = fetchurl {
url = "https://packages.graylog2.org/releases/graylog/graylog-${version}.tgz";
sha256 = "1d6fbyc9m2dkmlv03w3b1n8vq6sga888ag1k55mq3rgn4ba1kx26";
sha256 = "02x8brzlyx7qpxb1pgs74iv1gdykvs7cihff0rzjmh7bp1y1xq1x";
};

dontBuild = true;