libosmocore: 1.10.0 -> 1.10.1 (#374689)

This commit is contained in:
OTABI Tomoya
2025-01-23 09:56:17 +09:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "libosmocore";
version = "1.10.0";
version = "1.10.1";
src = fetchFromGitHub {
owner = "osmocom";
repo = "libosmocore";
rev = version;
hash = "sha256-qP5vGBgPs5y3InE3qgkVHiZgH3AW3mNyLIixgARAVRc=";
hash = "sha256-CIbmCZJA/F86L1v3J1mpB15kHVDFUbhFUxaYFys8xCQ=";
};
postPatch = ''