libosmocore: 1.9.2 -> 1.9.3

This commit is contained in:
R. Ryantm 2024-06-09 04:58:39 +00:00
parent 2a823de133
commit 9d7bf348e1

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 = ''