3
0
Fork 0
forked from mirrors/nixpkgs

libosmocore: 1.7.0 -> 1.8.0

This commit is contained in:
Markus Kowalewski 2023-04-01 00:02:46 +02:00
parent 86b6707628
commit 1b7a6a6e57
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libosmocore"; pname = "libosmocore";
version = "1.7.0"; version = "1.8.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "osmocom"; owner = "osmocom";
repo = "libosmocore"; repo = "libosmocore";
rev = version; rev = version;
hash = "sha256-Dkud3ZA9m/UVbPugbQztUJXFpkQYTWjK2mamxfto9JA="; hash = "sha256-xs8XI6xIUIZ7e0b+z4+FB6jNGY08t1wI4Ud8EHdi93I=";
}; };
postPatch = '' postPatch = ''
@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ propagatedBuildInputs = [
talloc talloc
libmnl
]; ];
nativeBuildInputs = [ nativeBuildInputs = [
@ -38,7 +39,6 @@ stdenv.mkDerivation rec {
buildInputs = [ buildInputs = [
gnutls gnutls
libmnl
libusb1 libusb1
lksctp-tools lksctp-tools
pcsclite pcsclite