about summary refs log tree commit diff
path: root/pkgs/tools/system/openseachest/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/openseachest/default.nix')
-rw-r--r--pkgs/tools/system/openseachest/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/openseachest/default.nix b/pkgs/tools/system/openseachest/default.nix
index 7b7909fbe002..b2b6516ba78a 100644
--- a/pkgs/tools/system/openseachest/default.nix
+++ b/pkgs/tools/system/openseachest/default.nix
@@ -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;
   };