Merge pull request #271825 from r-ryantm/auto-update/openseachest

openseachest: 23.03.1 -> 23.12
This commit is contained in:
Weijia Wang 2023-12-03 23:27:02 +01:00 committed by GitHub
commit 2160f4a811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "openseachest";
version = "23.03.1";
version = "23.12";
src = fetchFromGitHub {
owner = "Seagate";
repo = "openSeaChest";
rev = "v${version}";
sha256 = "sha256-jDCCozHeOazB3cM/9TlwHq1pu7yTiD818jykHeQ+RBo=";
sha256 = "sha256-2snxruIC/93+yI7g/9cCXcms8FaoXnoyWq9py8GTwrs=";
fetchSubmodules = true;
};