Commit 26c4f8df authored by R. RyanTM's avatar R. RyanTM Committed by K900
Browse files

bubblewrap: 0.8.0 -> 0.9.0

parent 7e663d36
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenv.mkDerivation rec {
  pname = "bubblewrap";
  version = "0.8.0";
  version = "0.9.0";

  src = fetchFromGitHub {
    owner = "containers";
    repo = "bubblewrap";
    rev = "v${version}";
    hash = "sha256-UiZfp1bX/Eul5x31oBln5P9KMT2oFwawQqDs9udZUxY=";
    hash = "sha256-dfr6MiBdCHVscrS6XE0pT67q18NxrtqJliVbbQDFl5g=";
  };

  postPatch = ''