Commit 47bf0716 authored by R. RyanTM's avatar R. RyanTM
Browse files

openseachest: 23.12 -> 24.08

parent 755ccd82
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

stdenv.mkDerivation rec {
  pname = "openseachest";
  version = "23.12";
  version = "24.08";

  src = fetchFromGitHub {
    owner = "Seagate";
    repo = "openSeaChest";
    rev = "v${version}";
    hash = "sha256-2snxruIC/93+yI7g/9cCXcms8FaoXnoyWq9py8GTwrs=";
    hash = "sha256-g5zCPlqK2AmGvPFqxEeSsZfDf4ksMYdIvJ+1PuuauL8=";
    fetchSubmodules = true;
  };