libosmocore: 1.10.1 -> 1.11.0

This commit is contained in:
R. Ryantm
2025-02-27 00:06:08 +01:00
committed by Weijia Wang
parent 821d827e28
commit 983ef339d0
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "libosmocore";
version = "1.10.1";
version = "1.11.0";
src = fetchFromGitHub {
owner = "osmocom";
repo = "libosmocore";
rev = version;
hash = "sha256-CIbmCZJA/F86L1v3J1mpB15kHVDFUbhFUxaYFys8xCQ=";
hash = "sha256-W5XLiIgevGtHRjrRTx/7rnPYacOAW9QJW0rocyWgFt4=";
};
postPatch = ''