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

libosmocore: 1.9.0 -> 1.9.2
This commit is contained in:
Nick Cao 2023-11-29 09:43:02 -05:00 committed by GitHub
commit 15d5890065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "libosmocore";
version = "1.9.0";
version = "1.9.2";
src = fetchFromGitHub {
owner = "osmocom";
repo = "libosmocore";
rev = version;
hash = "sha256-rFV2Sf45nq0L+65vt9a9Qz6xRoL5jReQ03ASQAD3DDg=";
hash = "sha256-rbdn7MiB0tluHgdQz1XpcQsN5FU8eGhmetzXzFAiCLg=";
};
postPatch = ''