Merge pull request #80574 from r-ryantm/auto-update/glusterfs

glusterfs: 7.2 -> 7.3
This commit is contained in:
Michael Raskin 2020-02-27 06:31:09 +00:00 committed by GitHub
commit 6865d6e713
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,10 +15,10 @@ let
# The command
# find /nix/store/...-glusterfs-.../ -name '*.py' -executable
# can help with finding new Python scripts.
version = "7.2";
version = "7.3";
name="${baseName}-${version}";
url="https://github.com/gluster/glusterfs/archive/v${version}.tar.gz";
sha256 = "0v333q217rvgh6bnmq4bcafkjz2gq0p4xqmxd3carkyl1zyyp8q5";
sha256 = "08g8394vk88cb71z4k5sknld1nsd20f4mk2yyjvdp1hwm97z12pq";
};
buildInputs = [