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