osmo-ggsn: 1.10.1 -> 1.10.2

This commit is contained in:
Markus Kowalewski 2023-09-17 00:35:54 +02:00
parent 15c12fdf96
commit 2bbc3f46c0

View File

@ -12,13 +12,13 @@ in
stdenv.mkDerivation rec {
pname = "osmo-ggsn";
version = "1.10.1";
version = "1.10.2";
src = fetchFromGitHub {
owner = "osmocom";
repo = "osmo-ggsn";
rev = version;
hash = "sha256-j7Szh6lDZY9ji9VAdE3D73R/WBPDo85nVB8hr4HzO7M=";
hash = "sha256-673qQgymMAKsdunwWhELo2etKqkdCvxR7B8VgmXkEEA=";
};
postPatch = ''