Skip to content

Commit

Permalink
Merge pull request #104904 from saschagrunert/fuse-overlayfs
Browse files Browse the repository at this point in the history
fuse-overlayfs: 1.2.0 -> 1.3.0
  • Loading branch information
SuperSandro2000 authored Nov 25, 2020
2 parents 038611e + 13b8ff4 commit 3bff81a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/filesystems/fuse-overlayfs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "fuse-overlayfs";
version = "1.2.0";
version = "1.3.0";

src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = "v${version}";
sha256 = "1ihibhj48fk1c89yh7vyb44mkywxphxqqgz7xks9caw05qw5ac1y";
sha256 = "00pzwxn5a7dwz9ngl98198lx1c3nlhalzajyqazw9ydjkxibfpay";
};

nativeBuildInputs = [ autoreconfHook pkg-config ];
Expand Down

0 comments on commit 3bff81a

Please sign in to comment.