Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

glusterfs: 8.3 -> 9.0

+2 -2
+2 -2
pkgs/tools/filesystems/glusterfs/default.nix
··· 54 ]; 55 in stdenv.mkDerivation rec { 56 pname = "glusterfs"; 57 - version = "8.3"; 58 59 src = fetchFromGitHub { 60 owner = "gluster"; 61 repo = pname; 62 rev = "v${version}"; 63 - sha256 = "09vvbymiacz2pzwnq6f2dd7g2zszzsivdncz45sh977v3z0n84az"; 64 }; 65 inherit buildInputs propagatedBuildInputs; 66
··· 54 ]; 55 in stdenv.mkDerivation rec { 56 pname = "glusterfs"; 57 + version = "9.0"; 58 59 src = fetchFromGitHub { 60 owner = "gluster"; 61 repo = pname; 62 rev = "v${version}"; 63 + sha256 = "sha256-pjJQAFEb44yNqvNAOclZsiEDZBgcfIxliD3La1IsKPs="; 64 }; 65 inherit buildInputs propagatedBuildInputs; 66