osmo-hlr: 1.14.1 -> 1.16.0

This commit is contained in:
Markus Kowalewski
2026-08-20 21:31:43 +02:00
parent 763e28e9dc
commit 20104297f7

View File

@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "osmo-bsc";
version = "1.14.1";
version = "1.16.0";
src = fetchFromGitHub {
owner = "osmocom";
repo = "osmo-bsc";
rev = finalAttrs.version;
hash = "sha256-8Fli6LGzOt6/0xQTRQ5X9I+0UkIAb1pAtX1xYSxOE2U=";
hash = "sha256-8Fli5LGzOt6/0xQTRQ5X9I+0UkIAb1pAtX1xYSxOE2U=";
};
postPatch = ''