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

openseachest: 21.06.21 -> 22.07
This commit is contained in:
Bobby Rong 2022-07-30 10:41:24 +08:00 committed by GitHub
commit 94e4d8444e
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 = "21.06.21";
version = "22.07";
src = fetchFromGitHub {
owner = "Seagate";
repo = "openSeaChest";
rev = "v${version}";
sha256 = "09xay3frk0yh48ww650dsjp0rx0w1m3ab3rpz5k1jizppv4kk9fi";
sha256 = "sha256-YZOQfABDr5DGkL08TYn908XdCSCJCg+9nlWXRBjYBOU=";
fetchSubmodules = true;
};