osmo-sgsn: 1.12.1 -> 1.13.0

This commit is contained in:
Markus Kowalewski
2025-02-23 13:09:24 +01:00
parent 01ef6c8d06
commit 55701fa254
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "osmo-sgsn";
version = "1.12.1";
version = "1.13.0";
src = fetchFromGitHub {
owner = "osmocom";
repo = "osmo-sgsn";
rev = version;
hash = "sha256-tcGnsLsVJohxaSfMbGfkHcBhLpbTZbXM+KWe2j34qeo=";
hash = "sha256-ht8ejeD2whV0Ww5G3coUntLrIp2S0gZBRS6kF7w9KZY=";
};
postPatch = ''