osmo-mgw: 1.12.0 -> 1.12.2

This commit is contained in:
R. Ryantm 2024-01-28 06:57:00 +00:00
parent 6d5c4cff12
commit e05cd68db5

View File

@ -14,13 +14,13 @@ in
stdenv.mkDerivation rec {
pname = "osmo-mgw";
version = "1.12.0";
version = "1.12.2";
src = fetchFromGitHub {
owner = "osmocom";
repo = "osmo-mgw";
rev = version;
hash = "sha256-vsOaWlO6y6qV1XcH/jNjvFzApIHqNrPDzZtDoTIMA5k=";
hash = "sha256-RE16qzL8CXjGzoDniB8gBF0fsIaWzDuIvpdQ/5vUdug=";
};
postPatch = ''