libslirp: 4.5.0 -> 4.6.0

https://gitlab.freedesktop.org/slirp/libslirp/-/releases/v4.6.0
(cherry picked from commit 8d25d8c55dcdf10a612aac115bd88139d10fc351)
This commit is contained in:
zowoq 2021-06-15 16:49:18 +10:00 committed by Robert Scott
parent 1a52f18432
commit 94cc94a40c
1 changed files with 2 additions and 2 deletions

View File

@ -9,14 +9,14 @@
stdenv.mkDerivation rec {
pname = "libslirp";
version = "4.5.0";
version = "4.6.0";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "slirp";
repo = pname;
rev = "v${version}";
sha256 = "sha256-UdKBED7xR0gDf3aj3+6I62CnAwGP7XxskaFzWeUUkkk=";
sha256 = "sha256-1Zp1+PW0WtNzRYIA87X42CJeSzVFhi5sGi9/rlUP4Vo=";
};
nativeBuildInputs = [ meson ninja pkg-config ];