Unverified Commit 6bfe8458 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #252280 from saschagrunert/fuse

fuse-overlayfs: 1.12 -> 1.13
parents 990f39f8 7dcc1657
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "fuse-overlayfs";
  version = "1.12";
  version = "1.13";

  src = fetchFromGitHub {
    owner = "containers";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-k9ws3m0stPqzmi3WOAWH3RfQywlOa6l5SFvloanf5e0=";
    hash = "sha256-ngpC1KtUsIJOfpJ9dSqZn9XhKkJSpp2/6RBz/RlZ+A0=";
  };

  nativeBuildInputs = [ autoreconfHook pkg-config ];