Merge pull request #318429 from r-ryantm/auto-update/libosmocore

libosmocore: 1.9.2 -> 1.9.3
This commit is contained in:
Janik 2024-06-18 19:51:15 +02:00 committed by GitHub
commit adee5ed78e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "libosmocore";
version = "1.9.2";
version = "1.9.3";
src = fetchFromGitHub {
owner = "osmocom";
repo = "libosmocore";
rev = version;
hash = "sha256-rbdn7MiB0tluHgdQz1XpcQsN5FU8eGhmetzXzFAiCLg=";
hash = "sha256-9b+wQoC3lOz7mlaxzSRIrXinRVoNj4UYW0ae+JBBKsE=";
};
postPatch = ''