Unverified Commit c51405fb authored by Markus Kowalewski's avatar Markus Kowalewski Committed by GitHub
Browse files

moosefs: 4.57.5 -> 4.57.6 (#395995)

parents f3cfb1c5 81758d39
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation rec {
  pname = "moosefs";
  version = "4.57.5";
  version = "4.57.6";

  src = fetchFromGitHub {
    owner = "moosefs";
    repo = "moosefs";
    rev = "v${version}";
    sha256 = "sha256-5sVnr+bUbmIc4qYC/h+d/s1ow3cxeL2Yo/JitCs6cbE=";
    sha256 = "sha256-vCwRM6UIcT71e6u5QZzcTW6LK/VNlVG/19XxsHnn2a8=";
  };

  nativeBuildInputs = [