bubblewrap: 0.9.0 -> 0.10.0

Fixes CVE-2024-42472

Changelog: https://github.com/containers/bubblewrap/releases/tag/v0.10.0
This commit is contained in:
Sandro Jäckel 2024-08-14 21:31:17 +02:00
parent 936b2614d4
commit ff5ec3eb34
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "bubblewrap";
version = "0.9.0";
version = "0.10.0";
src = fetchFromGitHub {
owner = "containers";
repo = "bubblewrap";
rev = "v${version}";
hash = "sha256-dfr6MiBdCHVscrS6XE0pT67q18NxrtqJliVbbQDFl5g=";
hash = "sha256-HYJoX7DnAwHCgxCzTYGJlc4RodbVP6hutK065AmGSl0=";
};
postPatch = ''