Merge pull request #284452 from r-ryantm/auto-update/osmo-mgw

osmo-mgw: 1.12.0 -> 1.12.2
This commit is contained in:
Nick Cao 2024-01-28 11:16:48 -05:00 committed by GitHub
commit e5116add88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = ''