glusterfs: 3.12.1 -> 3.12.2

authored by Niklas Hambüchen and committed by Domen Kožar afe5179e 5207b4ce

+2 -2
+2 -2
pkgs/tools/filesystems/glusterfs/default.nix
··· 15 # The command 16 # find /nix/store/...-glusterfs-.../ -name '*.py' -executable 17 # can help with finding new Python scripts. 18 - version = "3.12.1"; 19 name="${baseName}-${version}"; 20 url="https://github.com/gluster/glusterfs/archive/v${version}.tar.gz"; 21 - sha256 = "14l6p2zyjsrnjvf0lipq32p517zk813nqv06pjq6kcqkmy038wdv"; 22 }; 23 buildInputs = [ 24 fuse bison flex_2_5_35 openssl ncurses readline
··· 15 # The command 16 # find /nix/store/...-glusterfs-.../ -name '*.py' -executable 17 # can help with finding new Python scripts. 18 + version = "3.12.2"; 19 name="${baseName}-${version}"; 20 url="https://github.com/gluster/glusterfs/archive/v${version}.tar.gz"; 21 + sha256 = "1jghc76d1p4fby4pm8q0cgmkkf75cjafaa5sk9xlpjhzr2ad8l4n"; 22 }; 23 buildInputs = [ 24 fuse bison flex_2_5_35 openssl ncurses readline