osmo-hlr: 1.9.1 -> 1.9.2

This commit is contained in:
Markus Kowalewski
2026-04-06 23:00:56 +02:00
parent 897065515d
commit ba839426c1
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "osmo-hlr";
version = "1.9.1";
version = "1.9.2";
src = fetchFromGitHub {
owner = "osmocom";
repo = "osmo-hlr";
rev = finalAttrs.version;
hash = "sha256-yi4sgcX8WOWz7qw/jGvVCtIYe867uBzLps8gdG6ziOA=";
hash = "sha256-SYyL7evxxmXGwv2TLr8ZuIrbu+GliAyuz/sKTIveQvc=";
};
postPatch = ''