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

Commits on Oct 4, 2018

  1. arangodb: 3.3.15 -> 3.3.16

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/arangodb/versions
    r-ryantm committed Oct 4, 2018
    Copy the full SHA
    2bc0d82 View commit details
  2. Merge pull request #47848 from r-ryantm/auto-update/arangodb

    arangodb: 3.3.15 -> 3.3.16
    Mic92 authored Oct 4, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b0b73aa View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/nosql/arangodb/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/nosql/arangodb/default.nix
Original file line number Diff line number Diff line change
@@ -3,14 +3,14 @@

let
in stdenv.mkDerivation rec {
version = "3.3.15";
version = "3.3.16";
name = "arangodb-${version}";

src = fetchFromGitHub {
repo = "arangodb";
owner = "arangodb";
rev = "v${version}";
sha256 = "177n2l8k8fswxvz102n6lm0qsn0fvq0s2zx6skrfg4g7gil3wkyb";
sha256 = "0pw930ri5a0f1s6mhsbjc58lsmpy535f5wv2vcp8mzdx1rk3l091";
};

buildInputs = [