summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/filesystems/orangefs
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-09-22 22:25:55 -0700
committerJon <jonringer@users.noreply.github.com>2020-09-23 09:16:52 -0700
commitaa25c6576611ebab7d7448fa30edad9eb1c1a066 (patch)
tree800f0dcda23705d2c3749e6f4321c44212552eac /pkgs/tools/filesystems/orangefs
parent2a0c15c4b196adba89301927b77ba301b1ec18bf (diff)
orangefs: 2.9.7 -> 2.9.8, fix build
Diffstat (limited to 'pkgs/tools/filesystems/orangefs')
-rw-r--r--pkgs/tools/filesystems/orangefs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/orangefs/default.nix b/pkgs/tools/filesystems/orangefs/default.nix
index 37f4026799b6..8c1378d97bc4 100644
--- a/pkgs/tools/filesystems/orangefs/default.nix
+++ b/pkgs/tools/filesystems/orangefs/default.nix
@@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "orangefs";
- version = "2.9.7";
+ version = "2.9.8";
src = fetchurl {
url = "http://download.orangefs.org/current/source/orangefs-${version}.tar.gz";
- sha256 = "15669f5rcvn44wkas0mld0qmyclrmhbrw4bbbp66sw3a12vgn4sm";
+ sha256 = "0c2yla615j04ygclfavh8g5miqhbml2r0zs2c5mvkacf9in7p7sq";
};
nativeBuildInputs = [ bison flex perl autoreconfHook ];