Merge pull request #80574 from r-ryantm/auto-update/glusterfs
glusterfs: 7.2 -> 7.3
This commit is contained in:
commit
6865d6e713
1 changed files with 2 additions and 2 deletions
|
@ -15,10 +15,10 @@ let
|
||||||
# The command
|
# The command
|
||||||
# find /nix/store/...-glusterfs-.../ -name '*.py' -executable
|
# find /nix/store/...-glusterfs-.../ -name '*.py' -executable
|
||||||
# can help with finding new Python scripts.
|
# can help with finding new Python scripts.
|
||||||
version = "7.2";
|
version = "7.3";
|
||||||
name="${baseName}-${version}";
|
name="${baseName}-${version}";
|
||||||
url="https://github.com/gluster/glusterfs/archive/v${version}.tar.gz";
|
url="https://github.com/gluster/glusterfs/archive/v${version}.tar.gz";
|
||||||
sha256 = "0v333q217rvgh6bnmq4bcafkjz2gq0p4xqmxd3carkyl1zyyp8q5";
|
sha256 = "08g8394vk88cb71z4k5sknld1nsd20f4mk2yyjvdp1hwm97z12pq";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue