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

Commits on May 5, 2020

  1. glusterfs: 7.4 -> 7.5

    r-ryantm committed May 5, 2020

    Unverified

    The email in this signature doesn’t match the committer email.
    Copy the full SHA
    2e00c42 View commit details

Commits on May 6, 2020

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

    glusterfs: 7.4 -> 7.5
    7c6f434c authored May 6, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9f40510 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.4";
version = "7.5";
name="${baseName}-${version}";
url="https://github.com/gluster/glusterfs/archive/v${version}.tar.gz";
sha256 = "1f7z1dacnx7pd3ri4nka6851fzhdfandbf94blds8bqfqc1263h6";
sha256 = "1zahld2v1y920i0p25zcn15a593g3bl5sgnmhkdmn7kvk7mx4p93";
};

buildInputs = [