tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
glusterfs: 8.3 -> 9.0
R. RyanTM
5 years ago
eb4d8229
5953c2bc
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
filesystems
glusterfs
default.nix
+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