osmo-mgw: 1.13.0 -> 1.13.1

This commit is contained in:
R. Ryantm
2024-10-18 21:39:09 +00:00
parent 065da7698d
commit c7e56b6285
+2 -2
View File
@@ -14,13 +14,13 @@ in
stdenv.mkDerivation rec {
pname = "osmo-mgw";
version = "1.13.0";
version = "1.13.1";
src = fetchFromGitHub {
owner = "osmocom";
repo = "osmo-mgw";
rev = version;
hash = "sha256-j0BYONYFU/TjYcxgP2b+tIm2ybWW/ta+ePy3LkrCWHA=";
hash = "sha256-krVXADmSjPnkGiIOijaUMilSyK6uHGlyuvI9WwTnLrk=";
};
postPatch = ''