osmo-hlr: 1.6.1 -> 1.7.0

This commit is contained in:
Markus Kowalewski 2023-09-17 00:13:00 +02:00
parent 2c2c64d33a
commit 391939fa16

View File

@ -14,13 +14,13 @@ in
stdenv.mkDerivation rec {
pname = "osmo-hlr";
version = "1.6.1";
version = "1.7.0";
src = fetchFromGitHub {
owner = "osmocom";
repo = "osmo-hlr";
rev = version;
hash = "sha256-lFIYoDaJbVcC0A0TukRO9KDTVx31WqPPz/Z3wACJBp0=";
hash = "sha256-snl4Ezvz28NJEjHwb68V+W3MvMJjkFvc/AlGaeSyiXc=";
};
postPatch = ''