about summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-01-22 18:52:00 +0000
committerGitHub <noreply@github.com>2021-01-22 18:52:00 +0000
commit08c4f9056e6a6893b0083d16764b04bbe2bcb687 (patch)
tree5eeaaf05df75f6c5e376436a9f9dac6f2303cedc /pkgs/tools/filesystems
parenta5bbeb4fb16912712b7fb731daed0898ac5a6e35 (diff)
parentff7c2d70094ba863b0e5162d83ccaa892ffedc9d (diff)
downloadnixlib-08c4f9056e6a6893b0083d16764b04bbe2bcb687.tar
nixlib-08c4f9056e6a6893b0083d16764b04bbe2bcb687.tar.gz
nixlib-08c4f9056e6a6893b0083d16764b04bbe2bcb687.tar.bz2
nixlib-08c4f9056e6a6893b0083d16764b04bbe2bcb687.tar.lz
nixlib-08c4f9056e6a6893b0083d16764b04bbe2bcb687.tar.xz
nixlib-08c4f9056e6a6893b0083d16764b04bbe2bcb687.tar.zst
nixlib-08c4f9056e6a6893b0083d16764b04bbe2bcb687.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/tools/filesystems')
-rw-r--r--pkgs/tools/filesystems/fuse-overlayfs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/fuse-overlayfs/default.nix b/pkgs/tools/filesystems/fuse-overlayfs/default.nix
index 25e2cc29bd75..5522b63922a4 100644
--- a/pkgs/tools/filesystems/fuse-overlayfs/default.nix
+++ b/pkgs/tools/filesystems/fuse-overlayfs/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "fuse-overlayfs";
-  version = "1.3.0";
+  version = "1.4.0";
 
   src = fetchFromGitHub {
     owner = "containers";
     repo = pname;
     rev = "v${version}";
-    sha256 = "00pzwxn5a7dwz9ngl98198lx1c3nlhalzajyqazw9ydjkxibfpay";
+    sha256 = "sha256-lus+1hkc4GxrTxtdfDJ0XqJp37dcjKp4/sI3CEh8cYA=";
   };
 
   nativeBuildInputs = [ autoreconfHook pkg-config ];