openseachest: 25.05 -> 25.05.1

This commit is contained in:
R. Ryantm
2025-06-10 06:52:33 +00:00
parent 97629978a0
commit 7666950e4a
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "openseachest";
version = "25.05";
version = "25.05.1";
src = fetchFromGitHub {
owner = "Seagate";
repo = "openSeaChest";
rev = "v${version}";
hash = "sha256-rxy+A2HV20RbCF6rnl04RwAP7LHm1jM9Y78N08pBr6E=";
hash = "sha256-kd2JRtqnxfYRJcr1yKSB0LZAR96j2WW4tR1iRTvVANs=";
fetchSubmodules = true;
};