osmo-mgw: 1.12.2 -> 1.13.0

This commit is contained in:
Markus Kowalewski
2024-08-07 22:51:20 +02:00
parent 8bae7de716
commit 9c14c3f03a
+2 -2
View File
@@ -14,13 +14,13 @@ in
stdenv.mkDerivation rec {
pname = "osmo-mgw";
version = "1.12.2";
version = "1.13.0";
src = fetchFromGitHub {
owner = "osmocom";
repo = "osmo-mgw";
rev = version;
hash = "sha256-RE16qzL8CXjGzoDniB8gBF0fsIaWzDuIvpdQ/5vUdug=";
hash = "sha256-j0BYONYFU/TjYcxgP2b+tIm2ybWW/ta+ePy3LkrCWHA=";
};
postPatch = ''