osmo-hlr: 1.9.2 -> 1.9.3 (#542933)

This commit is contained in:
Markus Kowalewski
2026-07-17 21:04:35 +00:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "osmo-hlr";
version = "1.9.2";
version = "1.9.3";
src = fetchFromGitHub {
owner = "osmocom";
repo = "osmo-hlr";
rev = finalAttrs.version;
hash = "sha256-SYyL7evxxmXGwv2TLr8ZuIrbu+GliAyuz/sKTIveQvc=";
hash = "sha256-+wAwMP3zoFFOlZa4LhCr2hxP97mEZPViniwoOxpINyk=";
};
postPatch = ''