Unverified Commit 7d3397ef authored by Janik's avatar Janik Committed by GitHub
Browse files

Merge pull request #263443 from markuskowa/upd-osmo

osmo-bts: 1.7.0 -> 1.7.1
parents 932bcf31 ee4dc250
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -8,19 +8,15 @@
, libosmo-netif
}:

let
  inherit (stdenv) isLinux;
in

stdenv.mkDerivation rec {
  pname = "osmo-bts";
  version = "1.7.0";
  version = "1.7.1";

  src = fetchFromGitHub {
    owner = "osmocom";
    repo = "osmo-bts";
    rev = version;
    hash = "sha256-tg6SxTSmPAkmoWsA0U69/EESlziR4cnq/+PWLavS3mk=";
    hash = "sha256-Y972aa98bNU3IhuGMV80nh4ZjQKUdK6of1Q8H75Ips8=";
  };

  postPatch = ''