Skip to content

Commit

Permalink
beegfs: 6.17 -> 6.18
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa committed Mar 12, 2018
1 parent a431a65 commit 11d40d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/beegfs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
} :

let
version = "6.17";
version = "6.18";

subdirs = [
"beeond_thirdparty/build"
Expand All @@ -30,7 +30,7 @@ in stdenv.mkDerivation rec {

src = fetchurl {
url = "https://git.beegfs.com/pub/v6/repository/archive.tar.bz2?ref=${version}";
sha256 = "10xs7gzdmlg23k6zn1b7jij3lljn7rr1j6h476hq4lbg981qk3n3";
sha256 = "1g874qyxh4v53ah3lzchrqi0jci7wngr54q3f4d9q0kzvvifripn";
};

nativeBuildInputs = [ which unzip pkgconfig cppunit openjdk ant perl ];
Expand Down
5 changes: 2 additions & 3 deletions pkgs/os-specific/linux/beegfs/kernel-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
} :

let
version = "6.17";
version = "6.18";
in stdenv.mkDerivation {
name = "beegfs-module-${version}-${kernel.version}";

src = fetchurl {
url = "https://git.beegfs.com/pub/v6/repository/archive.tar.bz2?ref=${version}";
sha256 = "10xs7gzdmlg23k6zn1b7jij3lljn7rr1j6h476hq4lbg981qk3n3";
sha256 = "1g874qyxh4v53ah3lzchrqi0jci7wngr54q3f4d9q0kzvvifripn";
};

hardeningDisable = [ "fortify" "pic" "stackprotector" ];
Expand Down Expand Up @@ -41,6 +41,5 @@ in stdenv.mkDerivation {
platforms = [ "i686-linux" "x86_64-linux" ];
license = licenses.gpl2;
maintainers = with maintainers; [ markuskowa ];
broken = versionAtLeast kernel.version "4.14";
};
}

0 comments on commit 11d40d5

Please sign in to comment.