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

Commits on May 21, 2020

  1. glusterfs: 7.5 -> 7.6

    r-ryantm committed May 21, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    4e4616d View commit details

Commits on May 23, 2020

  1. Merge pull request #88524 from r-ryantm/auto-update/glusterfs

    glusterfs: 7.5 -> 7.6
    7c6f434c authored May 23, 2020
    Copy the full SHA
    a07b630 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 = "7.5";
version = "7.6";
name="${baseName}-${version}";
url="https://github.com/gluster/glusterfs/archive/v${version}.tar.gz";
sha256 = "1zahld2v1y920i0p25zcn15a593g3bl5sgnmhkdmn7kvk7mx4p93";
sha256 = "0zdcv2jk8dp67id8ic30mkn97ccp07jf20g7v09a5k31pw9aqyih";
};

buildInputs = [