Unverified Commit 659f0adb authored by Gergő Gutyina's avatar Gergő Gutyina Committed by GitHub
Browse files

fuse-overlayfs: 1.15 -> 1.16 (#458887)

parents ced569a0 e86803d0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation rec {
  pname = "fuse-overlayfs";
  version = "1.15";
  version = "1.16";

  src = fetchFromGitHub {
    owner = "containers";
    repo = "fuse-overlayfs";
    rev = "v${version}";
    hash = "sha256-awVDq87lxMtpTADhy8k95N/4yuGH+2Fn94j3JZzkuUY=";
    hash = "sha256-FwAv5PmiBz25PNH/IEIV6cHjhlE+1mDTrgvR2vN++ZY=";
  };

  nativeBuildInputs = [