Unverified Commit d81fcf5e authored by adisbladis's avatar adisbladis Committed by GitHub
Browse files

Merge pull request #231586 from r-ryantm/auto-update/fuse-overlayfs

fuse-overlayfs: 1.11 -> 1.12
parents 5b18f339 ffcd2519
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.11";
  version = "1.12";

  src = fetchFromGitHub {
    owner = "containers";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-BrZ+af5WmIEFC1NwpcVqxol4b4aFxj1wnvxDGx20SBA=";
    hash = "sha256-k9ws3m0stPqzmi3WOAWH3RfQywlOa6l5SFvloanf5e0=";
  };

  nativeBuildInputs = [ autoreconfHook pkg-config ];