openseachest: 21.06.21 -> 22.07

This commit is contained in:
R. Ryantm 2022-07-29 14:26:45 +00:00
parent dfda4ec196
commit c7afad7e36

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;
};