summary refs log tree commit diff
path: root/pkgs/tools/filesystems/moosefs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-02-08 19:16:39 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-08 19:16:39 +0000
commitebc58683192cef317d556a7d24366ba3365adc4f (patch)
treed69f3c959c7209867310808fa86181436ed4a71a /pkgs/tools/filesystems/moosefs
parent12053de9e5279dcf9d444a99871db7a2615c27d8 (diff)
downloadnixpkgs-ebc58683192cef317d556a7d24366ba3365adc4f.tar
nixpkgs-ebc58683192cef317d556a7d24366ba3365adc4f.tar.gz
nixpkgs-ebc58683192cef317d556a7d24366ba3365adc4f.tar.bz2
nixpkgs-ebc58683192cef317d556a7d24366ba3365adc4f.tar.lz
nixpkgs-ebc58683192cef317d556a7d24366ba3365adc4f.tar.xz
nixpkgs-ebc58683192cef317d556a7d24366ba3365adc4f.tar.zst
nixpkgs-ebc58683192cef317d556a7d24366ba3365adc4f.zip
moosefs: 3.0.116 -> 3.0.117
Diffstat (limited to 'pkgs/tools/filesystems/moosefs')
-rw-r--r--pkgs/tools/filesystems/moosefs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/moosefs/default.nix b/pkgs/tools/filesystems/moosefs/default.nix
index 898ba9ed3c1..55b796ec325 100644
--- a/pkgs/tools/filesystems/moosefs/default.nix
+++ b/pkgs/tools/filesystems/moosefs/default.nix
@@ -9,13 +9,13 @@
 
 stdenv.mkDerivation rec {
   pname = "moosefs";
-  version = "3.0.116";
+  version = "3.0.117";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-/+l4BURvL1R6te6tlXRJx7YBDyYuMrGnzzhMc9XeXKc=";
+    sha256 = "sha256-6zBMAi9ruPPlcnpdgqwl35QZ5u4MyFPUa70yvGTkHpo=";
   };
 
   nativeBuildInputs = [