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

Commits on Nov 20, 2017

  1. glusterfs: 3.12.1 -> 3.12.2

    (cherry picked from commit ea95df7b4a416b7c160fd6c0544778b5a8ecccfa)
    nh2 authored and domenkozar committed Nov 20, 2017
    Copy the full SHA
    922c9bc View commit details
  2. glusterfs: 3.12.2 -> 3.12.3

    (cherry picked from commit da2253233c81e3f520ea47239eb7e2dcdce6f796)
    nh2 authored and domenkozar committed Nov 20, 2017
    Copy the full SHA
    48bf1f4 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/filesystems/glusterfs/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/filesystems/glusterfs/default.nix
Original file line number Diff line number Diff line change
@@ -15,10 +15,10 @@ let
# The command
# find /nix/store/...-glusterfs-.../ -name '*.py' -executable
# can help with finding new Python scripts.
version = "3.12.1";
version = "3.12.3";
name="${baseName}-${version}";
url="https://github.com/gluster/glusterfs/archive/v${version}.tar.gz";
sha256 = "14l6p2zyjsrnjvf0lipq32p517zk813nqv06pjq6kcqkmy038wdv";
sha256 = "16ra4qr4ds011mmxaqdhdj7slcx8yv0xh6ww7bwsz7f1gn9sr10h";
};
buildInputs = [
fuse bison flex_2_5_35 openssl ncurses readline