Commit 462d3732 authored by R. RyanTM's avatar R. RyanTM
Browse files

osmo-msc: 1.13.0 -> 1.14.0

parent 8a1999ec
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation rec {
  pname = "osmo-msc";
  version = "1.13.0";
  version = "1.14.0";

  src = fetchFromGitHub {
    owner = "osmocom";
    repo = "osmo-msc";
    rev = version;
    hash = "sha256-iS/N0+KhgMUFoJus/R/iFOLuvqCiceNtcuq3nbOvBts=";
    hash = "sha256-+Z49TqXLEeCy7Yj0qVg1hPFOD/x+4HnwDZxZoxoUjqI=";
  };

  postPatch = ''