Unverified Commit 15d58900 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #270917 from r-ryantm/auto-update/libosmocore

libosmocore: 1.9.0 -> 1.9.2
parents ce813394 55e632a6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

stdenv.mkDerivation rec {
  pname = "libosmocore";
  version = "1.9.0";
  version = "1.9.2";

  src = fetchFromGitHub {
    owner = "osmocom";
    repo = "libosmocore";
    rev = version;
    hash = "sha256-rFV2Sf45nq0L+65vt9a9Qz6xRoL5jReQ03ASQAD3DDg=";
    hash = "sha256-rbdn7MiB0tluHgdQz1XpcQsN5FU8eGhmetzXzFAiCLg=";
  };

  postPatch = ''