Merge pull request #83140 from r-ryantm/auto-update/glusterfs
glusterfs: 7.3 -> 7.4
This commit is contained in:
commit
32830875e4
@ -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.3";
|
version = "7.4";
|
||||||
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 = "08g8394vk88cb71z4k5sknld1nsd20f4mk2yyjvdp1hwm97z12pq";
|
sha256 = "1f7z1dacnx7pd3ri4nka6851fzhdfandbf94blds8bqfqc1263h6";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
@ -186,7 +186,7 @@ stdenv.mkDerivation
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
inherit (s) version;
|
inherit (s) version;
|
||||||
description = "Distributed storage system";
|
description = "Distributed storage system";
|
||||||
homepage = https://www.gluster.org;
|
homepage = "https://www.gluster.org";
|
||||||
license = licenses.lgpl3Plus; # dual licese: choice of lgpl3Plus or gpl2
|
license = licenses.lgpl3Plus; # dual licese: choice of lgpl3Plus or gpl2
|
||||||
maintainers = [ maintainers.raskin ];
|
maintainers = [ maintainers.raskin ];
|
||||||
platforms = with platforms; linux ++ freebsd;
|
platforms = with platforms; linux ++ freebsd;
|
||||||
|
Loading…
Reference in New Issue
Block a user