openseachest: 24.08 -> 24.08.1

This commit is contained in:
R. Ryantm
2024-09-26 04:54:52 +00:00
parent 7f7842a099
commit c076e3418c
+2 -2
View File
@@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "openseachest";
version = "24.08";
version = "24.08.1";
src = fetchFromGitHub {
owner = "Seagate";
repo = "openSeaChest";
rev = "v${version}";
hash = "sha256-g5zCPlqK2AmGvPFqxEeSsZfDf4ksMYdIvJ+1PuuauL8=";
hash = "sha256-1vfWX6uTQcM6K6wu9Ygu2xZV4nXm6VnwNHmQ2ceh62s=";
fetchSubmodules = true;
};