libosmocore: 1.11.1 -> 1.11.2

This commit is contained in:
Markus Kowalewski
2025-10-14 21:59:01 +02:00
parent 3028d290d0
commit 316715c492

View File

@@ -16,13 +16,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libosmocore"; pname = "libosmocore";
version = "1.11.1"; version = "1.11.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "osmocom"; owner = "osmocom";
repo = "libosmocore"; repo = "libosmocore";
rev = version; rev = version;
hash = "sha256-JR1L2ffVqvhylrYWPnWKQ/iihx6in7B3iP6Mo0MHbpw="; hash = "sha256-cEMPz5xmvaBnm+U7G1PttfhR6TXsT2PN2hk2FXHbXpg=";
}; };
postPatch = '' postPatch = ''