lol

bubblewrap: 0.7.0 -> 0.8.0

Diff: https://github.com/containers/bubblewrap/compare/v0.7.0...v0.8.0

Changelog: https://github.com/containers/bubblewrap/releases/tag/v0.8.0

+3 -2
+3 -2
pkgs/tools/admin/bubblewrap/default.nix
··· 13 13 14 14 stdenv.mkDerivation rec { 15 15 pname = "bubblewrap"; 16 - version = "0.7.0"; 16 + version = "0.8.0"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "containers"; 20 20 repo = "bubblewrap"; 21 21 rev = "v${version}"; 22 - hash = "sha256-ddxEtBw6JcSsZCN5uKyuBMVkWwSoThfxrcvHZGZzFr4="; 22 + hash = "sha256-UiZfp1bX/Eul5x31oBln5P9KMT2oFwawQqDs9udZUxY="; 23 23 }; 24 24 25 25 postPatch = '' ··· 45 45 doCheck = false; 46 46 47 47 meta = with lib; { 48 + changelog = "https://github.com/containers/bubblewrap/releases/tag/${src.rev}"; 48 49 description = "Unprivileged sandboxing tool"; 49 50 homepage = "https://github.com/containers/bubblewrap"; 50 51 license = licenses.lgpl2Plus;