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

glusterfs: 7.3 -> 7.4

authored by Michael Raskin and committed by GitHub 32830875 667df745

+3 -3
+3 -3
pkgs/tools/filesystems/glusterfs/default.nix
··· 15 15 # The command 16 16 # find /nix/store/...-glusterfs-.../ -name '*.py' -executable 17 17 # can help with finding new Python scripts. 18 - version = "7.3"; 18 + version = "7.4"; 19 19 name="${baseName}-${version}"; 20 20 url="https://github.com/gluster/glusterfs/archive/v${version}.tar.gz"; 21 - sha256 = "08g8394vk88cb71z4k5sknld1nsd20f4mk2yyjvdp1hwm97z12pq"; 21 + sha256 = "1f7z1dacnx7pd3ri4nka6851fzhdfandbf94blds8bqfqc1263h6"; 22 22 }; 23 23 24 24 buildInputs = [ ··· 186 186 meta = with stdenv.lib; { 187 187 inherit (s) version; 188 188 description = "Distributed storage system"; 189 - homepage = https://www.gluster.org; 189 + homepage = "https://www.gluster.org"; 190 190 license = licenses.lgpl3Plus; # dual licese: choice of lgpl3Plus or gpl2 191 191 maintainers = [ maintainers.raskin ]; 192 192 platforms = with platforms; linux ++ freebsd;